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 = {
|
# > "@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;
|
||||||
|
# };
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue