From 9a153603ee8e37e41e09474c45925f684def7934 Mon Sep 17 00:00:00 2001 From: Constantin Gierczak--Galle Date: Sun, 3 Nov 2024 16:50:42 +0100 Subject: [PATCH] fix: path->string --- photoprism.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/photoprism.nix b/photoprism.nix index ce63abf..662bae9 100644 --- a/photoprism.nix +++ b/photoprism.nix @@ -11,7 +11,7 @@ PHOTOPRISM_SITE_CAPTION = "PhotoPrism"; }; - originalsPath = /data/photos; + originalsPath = "/data/photos"; #importPath = "/photoprism/imports"; address = "localhost";