enable nftables on all hosts

This commit is contained in:
Yureka 2024-07-11 02:05:35 +02:00
parent b14f155d55
commit 329f267b02

View file

@ -4,6 +4,7 @@
nix.package = lib.mkDefault pkgs.lix;
services.openssh.enable = lib.mkForce true;
networking.nftables.enable = true;
networking.firewall.enable = true;
networking.firewall.logRefusedConnections = false;
networking.firewall.logReversePathDrops = true;