mirror of
https://github.com/sstent/nixos-cluster.git
synced 2026-01-25 06:32:08 +00:00
sync
This commit is contained in:
@@ -28,12 +28,12 @@
|
||||
#"use sendfile" = "yes";
|
||||
#"max protocol" = "smb2";
|
||||
# note: localhost is the ipv6 localhost ::1
|
||||
"hosts allow" = "192.168.1. 127.0.0.1 localhost";
|
||||
"hosts allow" = "192.168.4. 127.0.0.1 localhost";
|
||||
"hosts deny" = "0.0.0.0/0";
|
||||
"guest account" = "nobody";
|
||||
"map to guest" = "bad user";
|
||||
};
|
||||
public = {
|
||||
Public = {
|
||||
path = "/shares/Public";
|
||||
browseable = "no";
|
||||
"read only" = "no";
|
||||
|
||||
Reference in New Issue
Block a user