From 7aa32041416e15b059fd618143d61ef35bd03b18 Mon Sep 17 00:00:00 2001 From: Myned Date: Fri, 6 Dec 2024 19:44:57 -0600 Subject: [PATCH] samba: fix executables on windows Signed-off-by: Myned --- options/custom/services/samba.nix | 1 + 1 file changed, 1 insertion(+) 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";