void: upgrade to 24.11
This commit is contained in:
parent
d1abdbd96f
commit
a1bcf4cd84
1 changed files with 11 additions and 11 deletions
22
void.nix
22
void.nix
|
|
@ -14,17 +14,17 @@
|
|||
enable = true;
|
||||
openFirewall = true;
|
||||
securityType = "user";
|
||||
extraConfig = ''
|
||||
workgroup = WORKGROUP
|
||||
server string = void
|
||||
netbios name = void
|
||||
security = user
|
||||
hosts allow = 0.0.0.0/0
|
||||
guest account = nobody
|
||||
map to guest = bad user
|
||||
log level = 4
|
||||
#smb encrypt = mandatory
|
||||
'';
|
||||
settings.global = {
|
||||
workgroup = "WORKGROUP";
|
||||
"server string" = "void";
|
||||
"netbios name" = "void";
|
||||
security = "user";
|
||||
"hosts allow" = "0.0.0.0/0";
|
||||
"guest account" = "nobody";
|
||||
"map to guest" = "bad user";
|
||||
"log level" = 4;
|
||||
#"smb encrypt" = "mandatory";
|
||||
};
|
||||
shares."Music" = {
|
||||
path = "/pile/Music";
|
||||
browsable = "yes";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue