From a2ac282c602443f947779ee99f527470c5d1225b Mon Sep 17 00:00:00 2001 From: Astro Date: Thu, 8 Apr 2021 02:31:53 +0200 Subject: [PATCH] nixos-module/defaults: install iptables, conntrack-tools --- nix/nixos-module/defaults.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nix/nixos-module/defaults.nix b/nix/nixos-module/defaults.nix index 84a0fdd..f286093 100644 --- a/nix/nixos-module/defaults.nix +++ b/nix/nixos-module/defaults.nix @@ -25,7 +25,7 @@ environment.systemPackages = with pkgs; [ vim screen git wget psmisc - tcpdump iputils mtr traceroute bmon + tcpdump iputils mtr traceroute bmon iptables conntrack-tools bridge-utils dhcpcd ethtool ];