global/networking: use nftables

This commit is contained in:
Infinidoge 2024-02-14 10:19:20 -05:00
parent 2d00b24078
commit 054834d842
Signed by: Infinidoge
SSH key fingerprint: SHA256:oAMyvotlNFraMmZmr+p6AxnNfW/GioTs1pOn3V4tQ7A

View file

@ -25,6 +25,10 @@
"2696:4700:4700::1111" "2696:4700:4700::1111"
"2696:4700:4700::1111" "2696:4700:4700::1111"
]; ];
nftables = {
enable = true;
};
}; };
services = { services = {
@ -36,4 +40,8 @@
zerotierone.enable = false; zerotierone.enable = false;
}; };
systemd.services.tailscaled.serviceConfig.Environment = [
"TS_DEBUG_FIREWALL_MODE=nftables"
];
} }