diff options
author | Alan Pearce | 2024-12-30 14:29:42 +0100 |
---|---|---|
committer | Alan Pearce | 2024-12-30 14:30:04 +0100 |
commit | bfc851301fe337e1d80ab56181cc6e3290b6a6cc (patch) | |
tree | d3a5831d413ff4a2f93d9718782027d91346dccc /system/linde.nix | |
parent | 734dacb51e1dde9616208652d9d9a70a927d31e0 (diff) | |
download | nixfiles-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.nix | 3 |
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" + ]; }; } |