From 65e5526464222fc8ada4239b90d40f52fc40b7b8 Mon Sep 17 00:00:00 2001 From: Constantin Gierczak--Galle Date: Sun, 3 Nov 2024 16:42:09 +0100 Subject: [PATCH] fix: remove predefined password --- photoprism.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/photoprism.nix b/photoprism.nix index 36229e1..ffe7c26 100644 --- a/photoprism.nix +++ b/photoprism.nix @@ -15,7 +15,7 @@ address = "localhost"; - passwordFile = "/passwords/photoprism"; + #passwordFile = "/passwords/photoprism"; }; services.nginx.virtualHosts."photoprism.cgiga.fr" = {