1{ 2 networking.firewall = { 3 enable = true; 4 5 allowPing = false; 6 7 # TODO: look into what's preventing me from using this 8 #backend = "nftables"; 9 }; 10}