diff --git a/hosts/vno1-oh2/configuration.nix b/hosts/vno1-oh2/configuration.nix index 3efb0ec..a1d9bb2 100644 --- a/hosts/vno1-oh2/configuration.nix +++ b/hosts/vno1-oh2/configuration.nix @@ -651,7 +651,10 @@ photoprism.serviceConfig = { ProtectHome = lib.mkForce "tmpfs"; - BindPaths = ["/home/motiejus/annex2/Pictures:/data"]; + BindPaths = [ + "/home/motiejus/annex2/M-Active:/data/M-Camera" + "/home/motiejus/annex2/Pictures:/data/Pictures" + ]; }; };