From 63d60f73b5771de2f8db40e991f58577d959fc79 Mon Sep 17 00:00:00 2001 From: Constantin Gierczak--Galle Date: Sun, 3 Nov 2024 16:49:08 +0100 Subject: [PATCH] fix: switch back originals path --- photoprism.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/photoprism.nix b/photoprism.nix index 40877a8..ce63abf 100644 --- a/photoprism.nix +++ b/photoprism.nix @@ -11,7 +11,7 @@ PHOTOPRISM_SITE_CAPTION = "PhotoPrism"; }; - #originalsPath = "/photoprism/photos"; + originalsPath = /data/photos; #importPath = "/photoprism/imports"; address = "localhost";