totoro: update

This commit is contained in:
Luke Granger-Brown 2024-10-13 14:07:08 +01:00
parent 555cd8a8f9
commit 65d3576479

View file

@ -522,19 +522,19 @@ in {
};
services.samba = {
enable = true;
enableNmbd = false; # Eh, SMB1.0
nmbd.enable = false; # Eh, SMB1.0
settings.global = {
"server min protocol" = "SMB3_11";
"client min protocol" = "SMB3_11";
"restrict anonymous" = "1";
};
shares.content = {
settings.content = {
comment = "Content";
browseable = "yes";
"read only" = "yes";
"guest ok" = "yes";
};
shares.homes = {
settings.homes = {
comment = "Home Directories";
browseable = "no";
"read only" = "no";