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";