mirror of
https://github.com/materusPL/nixos-config
synced 2026-07-02 04:36:41 +00:00
materusPC: samba follow links for VM
This commit is contained in:
@@ -98,6 +98,7 @@
|
||||
hosts deny = 0.0.0.0/0
|
||||
guest account = nobody
|
||||
map to guest = bad user
|
||||
allow insecure wide links = yes
|
||||
'';
|
||||
shares = {
|
||||
windows = {
|
||||
@@ -109,6 +110,8 @@
|
||||
"directory mask" = "0755";
|
||||
"force user" = "materus";
|
||||
"force group" = "users";
|
||||
"follow symlinks" = "yes";
|
||||
"wide links" = "yes";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user