From 4b37d3621219abcb7a358c2be7b509f0ce4d7fc8 Mon Sep 17 00:00:00 2001 From: beatzaplenty Date: Wed, 25 Feb 2026 00:20:50 +0000 Subject: [PATCH] Update hosts/docker/configuration.nix --- hosts/docker/configuration.nix | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/hosts/docker/configuration.nix b/hosts/docker/configuration.nix index e4b4f95..20e36b0 100644 --- a/hosts/docker/configuration.nix +++ b/hosts/docker/configuration.nix @@ -36,9 +36,6 @@ in environment.systemPackages = with pkgs; [ docker-compose docker_25 - ipset - xtables-addons - geoipWithDatabase ]; # Mount docker persistent data @@ -142,8 +139,7 @@ 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.