From e95e65c890e1cab3c828c44fe853c71b9a4d50ed Mon Sep 17 00:00:00 2001 From: oddlama Date: Mon, 15 Jan 2024 21:47:35 +0100 Subject: [PATCH] fix: samba fucking execute bit fuck samba --- hosts/sire/guests/samba.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/hosts/sire/guests/samba.nix b/hosts/sire/guests/samba.nix index 55216be..e3cce5d 100644 --- a/hosts/sire/guests/samba.nix +++ b/hosts/sire/guests/samba.nix @@ -161,6 +161,11 @@ in { # Require native SMB transport encryption by default. "server smb encrypt = required" + # Never map anything to the excutable bit. + "map archive = no" + "map system = no" + "map hidden = no" + # Disable printer sharing. By default Samba shares printers configured # using CUPS. "load printers = no"