fix(eientei): disable photoview
This commit is contained in:
parent
835badd15d
commit
3ffd84ff4c
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue