diff --git a/options/custom/services/samba.nix b/options/custom/services/samba.nix index 5504036..4a398b4 100644 --- a/options/custom/services/samba.nix +++ b/options/custom/services/samba.nix @@ -27,6 +27,7 @@ in { SYNC.path = config.custom.sync; global = { + "acl allow execute always" = "yes"; # Required for execution on Windows "allow insecure wide links" = "yes"; "browseable" = "no"; "follow symlinks" = "yes";