From abd5d87c8274c717f85617e0f76d4c0c05e3ec45 Mon Sep 17 00:00:00 2001 From: Myned Date: Thu, 16 Jan 2025 17:03:25 -0600 Subject: [PATCH] samba: switch to cgnat address space Signed-off-by: Myned --- options/custom/services/samba.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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";