chore: adds iceshrimp

This commit is contained in:
Ahwx 2024-07-15 11:49:02 +02:00
parent 6c45022502
commit d161afbff4

View file

@ -0,0 +1,12 @@
{ ... }:
{
services.iceshrimp = {
enable = true;
settings = {
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;
};
}