From 597c18766d8f2bb2ddf7213169433198e1bacd22 Mon Sep 17 00:00:00 2001 From: 514fpv Date: Thu, 7 Mar 2024 07:58:42 +0800 Subject: [PATCH] fix(eientei): disable photoview --- spec/eientei/photoview.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/eientei/photoview.nix b/spec/eientei/photoview.nix index f127e015..86e716a8 100644 --- a/spec/eientei/photoview.nix +++ b/spec/eientei/photoview.nix @@ -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";