sync-containers: fix activationScript name
This commit is contained in:
parent
1f400a45b5
commit
bb7fded745
@ -93,7 +93,7 @@ in {
|
|||||||
config = mkIf (cfg.containers != {}) {
|
config = mkIf (cfg.containers != {}) {
|
||||||
programs.fuse.userAllowOther = true;
|
programs.fuse.userAllowOther = true;
|
||||||
# allow syncthing to enter /var/lib/containers
|
# allow syncthing to enter /var/lib/containers
|
||||||
system.activationScripts.syncthing-home = ''
|
system.activationScripts.containers-enter = mkDefault ''
|
||||||
${pkgs.coreutils}/bin/chmod a+x /var/lib/containers
|
${pkgs.coreutils}/bin/chmod a+x /var/lib/containers
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user