trying to fix fedi but leave for now

This commit is contained in:
twoneis 2025-02-07 21:02:04 +01:00
parent 519ab25773
commit 42fca7dc7d
2 changed files with 7 additions and 1 deletions

View file

@ -2,8 +2,14 @@
inherit (lib) mkIf;
inherit (config) conf;
in mkIf conf.fedi.enable {
services.postgresql.enable = true;
services.akkoma = {
enable = true;
initDb = {
enable = false;
password._secret = "/root/db_password";
username = "root";
};
config = {
":pleroma" = {
":instance" = {