diff --git a/options/custom/services/samba.nix b/options/custom/services/samba.nix index 4a398b4..2d8ed08 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" = "192.168.111."; + "hosts allow" = "100.64.0."; "inherit owner" = "unix only"; "inherit permissions" = "yes"; "logging" = "systemd";