all repos — nixfiles @ bfc851301fe337e1d80ab56181cc6e3290b6a6cc

System and user configuration, managed by nix and home-manager

linde: enable writing of converted/sidecar photo files
Alan Pearce alan@alanpearce.eu
Mon, 30 Dec 2024 14:29:42 +0100
commit

bfc851301fe337e1d80ab56181cc6e3290b6a6cc

parent

734dacb51e1dde9616208652d9d9a70a927d31e0

1 files changed, 3 insertions(+), 0 deletions(-)

jump to
M system/linde.nixsystem/linde.nix
@@ -1211,5 +1211,8 @@ };   };
   systemd.services.photoprism = {
     unitConfig.RequiresMountsFor = "/srv/photoprism";
+    serviceConfig.ReadWritePaths = [
+      "/srv/photoprism/sidecar"
+    ];
   };
 }