feat(nat): desactivating until APs are configured #122

Closed
lbailly wants to merge 1 commit from lbailly/infrastructure:nat into main

View file

@ -233,15 +233,15 @@ in
networking = {
nftables = {
enable = true;
tables.nat = {
family = "ip";
content = ''
chain postrouting {
type nat hook postrouting priority 100;
ip saddr 10.0.0.0/16 snat ip to 129.199.195.130-129.199.195.158
}
'';
};
# tables.nat = {
# family = "ip";
# content = ''
# chain postrouting {
# type nat hook postrouting priority 100;
# ip saddr 10.0.0.0/16 snat ip to 129.199.195.130-129.199.195.158
# }
# '';
# };
};
firewall = {
allowedUDPPorts = [ 67 ];