sync-containers module: make chmod failsafe
This commit is contained in:
parent
4fa8f74fc0
commit
6e61a2d9fc
@ -94,7 +94,7 @@ in {
|
|||||||
programs.fuse.userAllowOther = true;
|
programs.fuse.userAllowOther = true;
|
||||||
# allow syncthing to enter /var/lib/containers
|
# allow syncthing to enter /var/lib/containers
|
||||||
system.activationScripts.containers-enter = mkDefault ''
|
system.activationScripts.containers-enter = mkDefault ''
|
||||||
${pkgs.coreutils}/bin/chmod a+x /var/lib/containers
|
${pkgs.coreutils}/bin/chmod a+x /var/lib/containers || :
|
||||||
'';
|
'';
|
||||||
|
|
||||||
services.syncthing.declarative.folders = (mapAttrs' (_: ctr: nameValuePair "${(paths ctr.name).${ctr.format}}" ({
|
services.syncthing.declarative.folders = (mapAttrs' (_: ctr: nameValuePair "${(paths ctr.name).${ctr.format}}" ({
|
||||||
|
Loading…
Reference in New Issue
Block a user