mirror of
https://github.com/alyssadev/nixos.git
synced 2025-10-14 04:59:39 +10:00
update
This commit is contained in:
parent
04f5191203
commit
565c8a0328
1 changed files with 24 additions and 2 deletions
|
@ -58,6 +58,9 @@
|
||||||
"workgroup" = "WORKGROUP";
|
"workgroup" = "WORKGROUP";
|
||||||
"server string" = "aly-server";
|
"server string" = "aly-server";
|
||||||
"netbios name" = "aly-server";
|
"netbios name" = "aly-server";
|
||||||
|
"disable netbios" = "yes";
|
||||||
|
"wide links" = "yes";
|
||||||
|
"allow insecure wide links" = "yes";
|
||||||
"security" = "user";
|
"security" = "user";
|
||||||
"min protocol" = "SMB2_02";
|
"min protocol" = "SMB2_02";
|
||||||
"max protocol" = "SMB3_11";
|
"max protocol" = "SMB3_11";
|
||||||
|
@ -73,17 +76,36 @@
|
||||||
"browseable" = "yes";
|
"browseable" = "yes";
|
||||||
"read only" = "no";
|
"read only" = "no";
|
||||||
"guest ok" = "no";
|
"guest ok" = "no";
|
||||||
|
"guest only" = "no";
|
||||||
|
"inherit acls" = "no";
|
||||||
|
"inherit permissions" = "no";
|
||||||
|
"store dos attributes" = "no";
|
||||||
|
"follow symlinks" = "yes";
|
||||||
"valid users" = "aly";
|
"valid users" = "aly";
|
||||||
"create mask" = "0664";
|
"create mask" = "0664";
|
||||||
"directory mask" = "0775";
|
"directory mask" = "0775";
|
||||||
"force user" = "1001";
|
|
||||||
"force group" = "1005";
|
|
||||||
};
|
};
|
||||||
"media" = {
|
"media" = {
|
||||||
"path" = "/mnt/storage/media";
|
"path" = "/mnt/storage/media";
|
||||||
"browseable" = "yes";
|
"browseable" = "yes";
|
||||||
"read only" = "yes";
|
"read only" = "yes";
|
||||||
"guest ok" = "yes";
|
"guest ok" = "yes";
|
||||||
|
"hide special files" = "yes";
|
||||||
|
"inherit acls" = "no";
|
||||||
|
"inherit permissions" = "no";
|
||||||
|
"store dos attributes" = "no";
|
||||||
|
"follow symlinks" = "yes";
|
||||||
|
};
|
||||||
|
"mirror" = {
|
||||||
|
"path" = "/mnt/storage/mirror";
|
||||||
|
"browseable" = "yes";
|
||||||
|
"read only" = "yes";
|
||||||
|
"guest ok" = "yes";
|
||||||
|
"hide special files" = "yes";
|
||||||
|
"inherit acls" = "no";
|
||||||
|
"inherit permissions" = "no";
|
||||||
|
"store dos attributes" = "no";
|
||||||
|
"follow symlinks" = "yes";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue