Revert "nix/nixos-module/defaults: use non-nft iptables-legacy for migration"

This reverts commit 48b050b283.
This commit is contained in:
Astro 2021-12-11 00:51:05 +01:00
parent 48b050b283
commit a474577abd
1 changed files with 0 additions and 5 deletions

View File

@ -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;