From bfb89347f2df3a8fbe2076c09eeb18edcf7c955a Mon Sep 17 00:00:00 2001 From: Myned Date: Thu, 16 Jan 2025 18:12:40 -0600 Subject: [PATCH] samba: revert cgnat and switch to private address 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 2d8ed08..53f0c20 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" = "100.64.0."; + "hosts allow" = "10.0.0."; "inherit owner" = "unix only"; "inherit permissions" = "yes"; "logging" = "systemd";