summary refs log tree commit diff stats
path: root/system/linde.nix
diff options
context:
space:
mode:
authorAlan Pearce2024-12-30 14:29:42 +0100
committerAlan Pearce2024-12-30 14:30:04 +0100
commitbfc851301fe337e1d80ab56181cc6e3290b6a6cc (patch)
treed3a5831d413ff4a2f93d9718782027d91346dccc /system/linde.nix
parent734dacb51e1dde9616208652d9d9a70a927d31e0 (diff)
downloadnixfiles-bfc851301fe337e1d80ab56181cc6e3290b6a6cc.tar.lz
nixfiles-bfc851301fe337e1d80ab56181cc6e3290b6a6cc.tar.zst
nixfiles-bfc851301fe337e1d80ab56181cc6e3290b6a6cc.zip
linde: enable writing of converted/sidecar photo files
Diffstat (limited to 'system/linde.nix')
-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"
+    ];
   };
 }