From 6c3b01d6a54e6b33d43d310bc1a7e5a471d50f9a Mon Sep 17 00:00:00 2001 From: twoneis Date: Fri, 7 Feb 2025 20:46:05 +0100 Subject: [PATCH] test this --- modules/fedi/default.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/modules/fedi/default.nix b/modules/fedi/default.nix index 36a6e8a..a2724a8 100644 --- a/modules/fedi/default.nix +++ b/modules/fedi/default.nix @@ -4,7 +4,6 @@ in mkIf conf.fedi.enable { services.akkoma = { enable = true; - user = "akkoma"; config = { ":pleroma" = { ":instance" = { @@ -16,6 +15,10 @@ in mkIf conf.fedi.enable { "Pleroma.Upload" = { base_url = "https://media.fedi.twoneis.site/media"; }; + "Pleroma.Repo" = { + username = "akkoma"; + password._secret = "/root/db_password"; + }; }; }; nginx = {