diff --git a/options/custom/services/samba.nix b/options/custom/services/samba.nix index 53f0c20..da8117e 100644 --- a/options/custom/services/samba.nix +++ b/options/custom/services/samba.nix @@ -33,7 +33,7 @@ in { "follow symlinks" = "yes"; "force user" = config.custom.username; "hostname lookups" = "yes"; - "hosts allow" = "10.0.0."; + "hosts allow" = "100.64.0.0/255.192.0.0"; # Tailscale "inherit owner" = "unix only"; "inherit permissions" = "yes"; "logging" = "systemd";