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 = {
enable = true;
settings = {
configureNginx = true;
createDb = true;
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;
};
# > "@liv the nix package is sadly broken at the moment"
# iceshrimp = {
# enable = true;
# settings = {
# configureNginx = true;
# createDb = true;
# 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;
# };
};
}