fix(eientei): disable photoview
This commit is contained in:
parent
b96a0d2da8
commit
597c18766d
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
services.photoview = {
|
services.photoview = {
|
||||||
enable = true;
|
enable = false;
|
||||||
database.driver = "postgres";
|
database.driver = "postgres";
|
||||||
database.string = "postgresql:///photoview?host=/var/run/postgresql";
|
database.string = "postgresql:///photoview?host=/var/run/postgresql";
|
||||||
stateDir = "/nix/persist/service/photoview";
|
stateDir = "/nix/persist/service/photoview";
|
||||||
|
|
Loading…
Reference in a new issue