containers/garnet: move back to listen addrs
Some checks are pending
CI / Build linux-lava for x86_64-linux (push) Waiting to run

This commit is contained in:
Cilly Leang 2026-05-28 23:34:25 +10:00
parent e9fc7754aa
commit 752025b9a8
Signed by: cilly
GPG key ID: 6500251E087653C9

View file

@ -44,13 +44,7 @@
proxy_set_header Host $host; proxy_set_header Host $host;
''; '';
}; };
extraConfig = '' listenAddresses = [ "100.67.2.1" ];
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 = [ systemd.tmpfiles.rules = [