diff --git a/rotuer.nix b/rotuer.nix index 631bc54..dc3b9af 100644 --- a/rotuer.nix +++ b/rotuer.nix @@ -56,8 +56,9 @@ in rec { NETFILTER_XT_MATCH_CONNTRACK = "y"; - IP6_NF_IPTABLES= "y"; - IP_NF_IPTABLES= "y"; + IP6_NF_IPTABLES= "y"; # do we still need these + IP_NF_IPTABLES= "y"; # if using nftables directly + IP_NF_NAT = "y"; IP_NF_TARGET_MASQUERADE = "y"; NETFILTER = "y";