totoro: update
This commit is contained in:
parent
555cd8a8f9
commit
65d3576479
1 changed files with 3 additions and 3 deletions
|
@ -522,19 +522,19 @@ in {
|
||||||
};
|
};
|
||||||
services.samba = {
|
services.samba = {
|
||||||
enable = true;
|
enable = true;
|
||||||
enableNmbd = false; # Eh, SMB1.0
|
nmbd.enable = false; # Eh, SMB1.0
|
||||||
settings.global = {
|
settings.global = {
|
||||||
"server min protocol" = "SMB3_11";
|
"server min protocol" = "SMB3_11";
|
||||||
"client min protocol" = "SMB3_11";
|
"client min protocol" = "SMB3_11";
|
||||||
"restrict anonymous" = "1";
|
"restrict anonymous" = "1";
|
||||||
};
|
};
|
||||||
shares.content = {
|
settings.content = {
|
||||||
comment = "Content";
|
comment = "Content";
|
||||||
browseable = "yes";
|
browseable = "yes";
|
||||||
"read only" = "yes";
|
"read only" = "yes";
|
||||||
"guest ok" = "yes";
|
"guest ok" = "yes";
|
||||||
};
|
};
|
||||||
shares.homes = {
|
settings.homes = {
|
||||||
comment = "Home Directories";
|
comment = "Home Directories";
|
||||||
browseable = "no";
|
browseable = "no";
|
||||||
"read only" = "no";
|
"read only" = "no";
|
||||||
|
|
Loading…
Reference in a new issue