mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2025-12-04 15:00:13 +01:00
chore: iceshrimp is broken at the moment
This commit is contained in:
parent
c0269a87b9
commit
9123eed1f9
1 changed files with 12 additions and 11 deletions
|
|
@ -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;
|
||||
# };
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue