mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2025-12-04 23:00:14 +01:00
chore: adds iceshrimp
This commit is contained in:
parent
6c45022502
commit
d161afbff4
1 changed files with 12 additions and 0 deletions
12
modules/services/iceshrimp.nix
Normal file
12
modules/services/iceshrimp.nix
Normal 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;
|
||||||
|
};
|
||||||
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue