summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--system/linde.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/system/linde.nix b/system/linde.nix
index 6fcd28ad..56a7b1bd 100644
--- a/system/linde.nix
+++ b/system/linde.nix
@@ -1211,5 +1211,8 @@ in
   };
   systemd.services.photoprism = {
     unitConfig.RequiresMountsFor = "/srv/photoprism";
+    serviceConfig.ReadWritePaths = [
+      "/srv/photoprism/sidecar"
+    ];
   };
 }