From e0af8b86078ac60bfb76a4a78886f12f06639265 Mon Sep 17 00:00:00 2001 From: Asmir A Date: Thu, 8 May 2025 12:03:39 +0200 Subject: [PATCH] magpie/firewall: fix nftables flag --- magpie/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/magpie/configuration.nix b/magpie/configuration.nix index 9343bab..a7c47a5 100644 --- a/magpie/configuration.nix +++ b/magpie/configuration.nix @@ -333,8 +333,8 @@ }; networking.hostName = "magpie"; + networking.nftables.enable = true; networking.firewall = { - nftables.enable = true; enable = true; allowedTCPPorts = [ 80