diff --git a/services/photoprism.nix b/services/photoprism.nix index 8408d67..967aacd 100644 --- a/services/photoprism.nix +++ b/services/photoprism.nix @@ -85,6 +85,9 @@ in { paths = [ cfg.home ]; + exclude = [ + "${cfg.home}/storage" + ]; }; }; }