From 0e136157786cb36d5ef10e83539f0a119fe0c963 Mon Sep 17 00:00:00 2001 From: ahuston-0 Date: Sat, 27 Dec 2025 22:06:22 -0500 Subject: [PATCH] allow zt guests --- systems/palatine-hill/samba.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/systems/palatine-hill/samba.nix b/systems/palatine-hill/samba.nix index abe9dc8..7d7022f 100644 --- a/systems/palatine-hill/samba.nix +++ b/systems/palatine-hill/samba.nix @@ -12,7 +12,7 @@ #"use sendfile" = "yes"; #"max protocol" = "smb2"; # note: localhost is the ipv6 localhost ::1 - "hosts allow" = "192.168.76. 127.0.0.1 localhost"; + "hosts allow" = "192.168.76. 127.0.0.1 localhost 192.168.191."; "hosts deny" = "0.0.0.0/0"; "guest account" = "nobody"; "map to guest" = "bad user";