fix(eientei): disable photoview

This commit is contained in:
514fpv 2024-03-07 07:58:42 +08:00
parent b96a0d2da8
commit 597c18766d
Signed by: koishi
SSH key fingerprint: SHA256:axz0uIzzY+5W19i7QOUuiw5LSqhKfCBKPf3L4xFRxLw

View file

@ -1,6 +1,6 @@
{
services.photoview = {
enable = true;
enable = false;
database.driver = "postgres";
database.string = "postgresql:///photoview?host=/var/run/postgresql";
stateDir = "/nix/persist/service/photoview";