From a474577abd8380fd2f8001e484db20e76c0b87e8 Mon Sep 17 00:00:00 2001 From: Astro Date: Sat, 11 Dec 2021 00:51:05 +0100 Subject: [PATCH] Revert "nix/nixos-module/defaults: use non-nft iptables-legacy for migration" This reverts commit 48b050b283c668d0bf153ded130c91b840f805cc. --- nix/nixos-module/defaults.nix | 5 ----- 1 file changed, 5 deletions(-) diff --git a/nix/nixos-module/defaults.nix b/nix/nixos-module/defaults.nix index 1f3e084..759006e 100644 --- a/nix/nixos-module/defaults.nix +++ b/nix/nixos-module/defaults.nix @@ -54,11 +54,6 @@ }; }; - nixpkgs.config.packageOverrides = pkgs: { - # TODO: remove when host is rebooted with a nixos-21.11 kernel - iptables = pkgs.iptables-legacy; - }; - documentation = { enable = false; nixos.enable = false;