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"