From 5e559efc6f9db7a129421aeda760ca6525c16876 Mon Sep 17 00:00:00 2001 From: beatzaplenty Date: Wed, 25 Feb 2026 00:16:37 +0000 Subject: [PATCH] Update hosts/docker/configuration.nix --- hosts/docker/configuration.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hosts/docker/configuration.nix b/hosts/docker/configuration.nix index cff1b2a..8a41cba 100644 --- a/hosts/docker/configuration.nix +++ b/hosts/docker/configuration.nix @@ -139,7 +139,8 @@ system.userActivationScripts.createSetupSymlink.text = '' # networking.firewall.allowedUDPPorts = [ ... ]; # Or disable the firewall altogether. # networking.firewall.enable = false; - + networking.firewall.enable = true; + networking.nftables.enable = true; # Copy the NixOS configuration file and link it from the resulting system # (/run/current-system/configuration.nix). This is useful in case you # accidentally delete configuration.nix.