From 079d115d16118eb895ed5836ef3a907c84ee5c15 Mon Sep 17 00:00:00 2001 From: Johannes Rothe Date: Mon, 17 Mar 2025 22:39:47 +0100 Subject: [PATCH] Enable nftables on dalinar --- hosts/dalinar/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/dalinar/default.nix b/hosts/dalinar/default.nix index 0b3e9b1..cc12922 100644 --- a/hosts/dalinar/default.nix +++ b/hosts/dalinar/default.nix @@ -27,6 +27,7 @@ }; networking.hostName = "dalinar"; + networking.nftables.enable = true; networking.firewall = { enable = true; allowedUDPPorts = [ 53 ];