diff --git a/modules/datasync.nix b/modules/datasync.nix index 98d1c2b..73b10c1 100644 --- a/modules/datasync.nix +++ b/modules/datasync.nix @@ -10,14 +10,14 @@ server string = samba netbios name = samba security = ${config.services.samba.securityType} - hosts allow = 192.168.1 localhost + hosts allow = 10.0.1 localhost hosts deny = 0.0.0.0/0 guest account = nobody map to guest = bad user ''; shares.public = { # FIXME Change path accordingly - sharepath = "/mnt/Shares/Public"; + sharepath = "/vault/samba"; browseable = "yes"; "read only" = "no"; "guest ok" = "yes";