mirror of
https://github.com/alyssadev/nixos.git
synced 2025-10-14 04:59:39 +10:00
update
This commit is contained in:
parent
7cd3389f7b
commit
04f5191203
1 changed files with 3 additions and 1 deletions
|
@ -63,8 +63,10 @@
|
|||
"max protocol" = "SMB3_11";
|
||||
"hosts allow" = "192.168.0. 10.8.0. localhost 127.0.0.1";
|
||||
"hosts deny" = "0.0.0.0/0";
|
||||
"guest account" = "aly";
|
||||
"guest account" = "nobody";
|
||||
"map to guest" = "bad user";
|
||||
"interfaces" = "lo eth0 docker0 tun0";
|
||||
"bind interfaces only" = "yes";
|
||||
};
|
||||
"storage" = {
|
||||
"path" = "/mnt/storage";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue