nixos/middleman: SNAT IPv6 to assigned address
All checks were successful
CI / Check, build and cache nixfiles (push) Successful in 2h38m2s
All checks were successful
CI / Check, build and cache nixfiles (push) Successful in 2h38m2s
This commit is contained in:
@@ -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 = {
|
||||||
|
Reference in New Issue
Block a user