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:33:55 +10:00
parent e9fc7754aa
commit ac38879c9e
Signed by: cilly
GPG key ID: 6500251E087653C9

View file

@ -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 = [