From ab74a05de6c804020841f2bb0f69142b04af0636 Mon Sep 17 00:00:00 2001 From: 514fpv Date: Sun, 10 Mar 2024 15:04:33 +0800 Subject: [PATCH] fix(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";