From a1ae78113adcbbfa72165111cdbfa0bfe8f23dc6 Mon Sep 17 00:00:00 2001 From: Daniel Flanagan Date: Mon, 4 Mar 2024 10:09:05 -0600 Subject: [PATCH] Allow tailnet on smb --- nixos/beefcake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/beefcake.nix b/nixos/beefcake.nix index e557935..e0400e9 100644 --- a/nixos/beefcake.nix +++ b/nixos/beefcake.nix @@ -621,7 +621,7 @@ in { #use sendfile = yes #max protocol = smb2 # note: localhost is the ipv6 localhost ::1 - hosts allow = 192.168.0.0/16 127.0.0.1 localhost + hosts allow = 100.64.0.0/10 192.168.0.0/16 127.0.0.1 localhost hosts deny = 0.0.0.0/0 guest account = nobody map to guest = bad user