all repos — nixfiles @ bfc851301fe337e1d80ab56181cc6e3290b6a6cc

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

linde: enable writing of converted/sidecar photo files

Alan Pearce
commit

bfc851301fe337e1d80ab56181cc6e3290b6a6cc

parent

734dacb51e1dde9616208652d9d9a70a927d31e0

1 file 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" + ]; }; }