From dd5bdda886326f0a26deae5549191f5b9487d738 Mon Sep 17 00:00:00 2001 From: harry Date: Sat, 17 Aug 2024 10:57:30 +0200 Subject: [PATCH] (bug): fixed original path issue --- features/server/services/photoprism.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/features/server/services/photoprism.nix b/features/server/services/photoprism.nix index 9639d4d..502fa31 100644 --- a/features/server/services/photoprism.nix +++ b/features/server/services/photoprism.nix @@ -6,7 +6,6 @@ services.photoprism = { enable = true; port = 2342; - originalsPath = "/srv/cloud/photoprism/originals"; settings = { PHOTOPRISM_ADMIN_USER = "admin"; PHOTOPRISM_DEFAULT_LOCALE = "fr";