chore: iceshrimp is broken at the moment

This commit is contained in:
Ahwx 2024-07-17 11:40:03 +02:00
parent c0269a87b9
commit 9123eed1f9

View file

@ -14,16 +14,17 @@
# }; # };
iceshrimp = { # > "@liv the nix package is sadly broken at the moment"
enable = true; # iceshrimp = {
settings = { # enable = true;
configureNginx = true; # settings = {
createDb = true; # configureNginx = true;
url = "https://fedi.liv.town"; # The domain your Iceshrimp UI will be served on. # createDb = true;
# settings.db.host = "/run/postgresql"; # omitting this setting causes some configurations to fail # url = "https://fedi.liv.town"; # The domain your Iceshrimp UI will be served on.
}; # # settings.db.host = "/run/postgresql"; # omitting this setting causes some configurations to fail
dbPasswordFile = /var/iceshrimp/dbPasswordFile; # };
secretConfig = /var/iceshrimp/secretConfig.yml; # dbPasswordFile = /var/iceshrimp/dbPasswordFile;
}; # secretConfig = /var/iceshrimp/secretConfig.yml;
# };
}; };
} }