sync
This commit is contained in:
parent
138cd14205
commit
fae8c87bc8
8 changed files with 83 additions and 71 deletions
|
@ -1 +1 @@
|
|||
10.100.1.57
|
||||
exit-node.hoki-porgy.ts.net
|
||||
|
|
|
@ -26,17 +26,16 @@
|
|||
services.samba = {
|
||||
enable = true;
|
||||
# package = pkgs.samba4Full;
|
||||
securityType = "user";
|
||||
openFirewall = true;
|
||||
extraConfig = ''
|
||||
workgroup = WORKGROUP
|
||||
security = user
|
||||
server string = nas0
|
||||
netbios name = nas0
|
||||
hosts allow = 10.0.0.0/8 100.64.0.0/10 127.0.0.1 localhost
|
||||
hosts deny = 0.0.0.0/0
|
||||
server min protocol = SMB2
|
||||
'';
|
||||
settings.global = {
|
||||
"workgroup" = "WORKGROUP";
|
||||
"security" = "user";
|
||||
"server string" = "nas0";
|
||||
"netbios name" = "nas0";
|
||||
"hosts allow" = "10.0.0.0/8 100.64.0.0/10 127.0.0.1 localhost";
|
||||
"hosts deny" = "0.0.0.0/0";
|
||||
"server min protocol" = "SMB2";
|
||||
};
|
||||
shares."main" = {
|
||||
path = "/mnt/storage/main";
|
||||
browseable = "yes";
|
||||
|
|
|
@ -1 +1 @@
|
|||
10.100.1.42
|
||||
ts3.hoki-porgy.ts.net
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue