nixos/middleman: SNAT IPv6 to assigned address
All checks were successful
CI / Check, build and cache nixfiles (push) Successful in 2h38m2s

This commit is contained in:
2025-10-01 11:10:41 +01:00
parent 7bfe9ad697
commit 25758bae08

View File

@@ -72,6 +72,13 @@ in
firewall = { firewall = {
tcp.allowed = [ "http" "https" 8448 ]; tcp.allowed = [ "http" "https" 8448 ];
extraRules = ''
table inet nat {
chain postrouting {
oifname host0 snat ip6 to ${assignments.internal.ipv6.address}
}
}
'';
}; };
nginx-sso = { nginx-sso = {