trying to fix fedi but leave for now
This commit is contained in:
parent
519ab25773
commit
42fca7dc7d
2 changed files with 7 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
|||
ssh.enable = true;
|
||||
nginx.enable = true;
|
||||
website.enable = true;
|
||||
fedi.enable = true;
|
||||
fedi.enable = false; # Currently broken
|
||||
|
||||
stateVersion = "25.05";
|
||||
hmStateVersion = "25.05";
|
||||
|
|
|
@ -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" = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue