diff --git a/hosts/Quark/smb.nix b/hosts/Quark/smb.nix index 9620ce5..ec19c7c 100644 --- a/hosts/Quark/smb.nix +++ b/hosts/Quark/smb.nix @@ -12,7 +12,7 @@ services.samba = { #"use sendfile" = "yes"; #"max protocol" = "smb2"; # note: localhost is the ipv6 localhost ::1 - "hosts allow" = "192.168.0. 127.0.0.1 localhost 192.168.122.2"; + "hosts allow" = "192.168.1.222 127.0.0.1 localhost 192.168.122.2"; "hosts deny" = "0.0.0.0/0"; "guest account" = "nobody"; "map to guest" = "bad user";