1

Enable nftables firewall instead of iptables

This commit is contained in:
2024-07-03 16:52:46 +02:00
parent 3a45aa3d76
commit b02ce3942f

View File

@ -88,6 +88,7 @@ in {
}; };
# Open Ports # Open Ports
nftables.enable = true;
firewall = { firewall = {
enable = true; enable = true;
# networking.firewall.checkReversePath = "loose"; # networking.firewall.checkReversePath = "loose";