From b874e6daa35d2e3afe6ee67ce3d04efa59187786 Mon Sep 17 00:00:00 2001 From: 514fpv Date: Sun, 10 Mar 2024 15:04:33 +0800 Subject: [PATCH] spec(eientei): photoprism update path --- spec/eientei/photoprism.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/eientei/photoprism.nix b/spec/eientei/photoprism.nix index 5532320d..a9e0af7f 100644 --- a/spec/eientei/photoprism.nix +++ b/spec/eientei/photoprism.nix @@ -2,7 +2,7 @@ , ... }: with lib; { services.photoprism = { enable = true; - originalsPath = "/run/storage/aerial"; + originalsPath = "/run/storage/aerial/raw"; settings = { PHOTOPRISM_ADMIN_USER = "koishi"; PHOTOPRISM_FFMPEG_ENCODER = "vaapi";