1

Firewall: Enable nftables instead of iptables

This commit is contained in:
2024-07-03 16:52:46 +02:00
parent 566c4dc471
commit 4defb0ccfe

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";