From 6c2b071db1b51eca7bcfedca8f7e5f5dd40a5421 Mon Sep 17 00:00:00 2001 From: Constantin Gierczak--Galle Date: Sun, 3 Nov 2024 17:13:45 +0100 Subject: [PATCH] feat: restore admin password file config --- photoprism.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/photoprism.nix b/photoprism.nix index 973aa28..088925b 100644 --- a/photoprism.nix +++ b/photoprism.nix @@ -24,7 +24,7 @@ in address = "localhost"; #importPath = "/photoprism/imports"; - #passwordFile = "/passwords/photoprism"; + passwordFile = "/passwords/photoprism"; }; services.mysql = {