From ac38879c9ebf9709cba00c5e9d41c8e084475a97 Mon Sep 17 00:00:00 2001 From: Cilly Leang Date: Thu, 28 May 2026 23:33:55 +1000 Subject: [PATCH] containers/garnet: move back to listen addrs --- containers/garnet/flake.nix | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/containers/garnet/flake.nix b/containers/garnet/flake.nix index e5bdcbc..da5e716 100644 --- a/containers/garnet/flake.nix +++ b/containers/garnet/flake.nix @@ -43,14 +43,8 @@ extraConfig = '' proxy_set_header Host $host; ''; + listenAddresses = [ "100.67.2.1" ]; }; - extraConfig = '' - allow 10.0.0.0/8; - allow 100.0.0.0/8; - allow 192.168.1.0/24; - allow fd0d::/8; - deny all; - ''; }; systemd.tmpfiles.rules = [