diff --git a/config/services/akkoma/default.nix b/config/services/akkoma/default.nix index 99880f51..fa44a444 100644 --- a/config/services/akkoma/default.nix +++ b/config/services/akkoma/default.nix @@ -267,10 +267,12 @@ in { services.pleroma = { enable = true; package = akkoma.packages.${system}.akkoma; - configs = [''' - import Config - import_config "${akkconfig}" - ''']; + configs = [ + '' + import Config + import_config "${akkconfig}" + '' + ]; user = "akkoma"; group = "akkoma"; secretConfigFile = config.sops.secrets."services/akkoma.exs".path;