about summary refs log tree commit diff
path: root/nixos/modules/profiles
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2023-01-04 01:23:33 +0100
committerSandro Jäckel <sandro.jaeckel@gmail.com>2023-01-04 01:24:47 +0100
commit53373b761a8fb0a5dec96bffa497e58534804791 (patch)
tree5fa6bd2de00dceb361d1f154abdc0b65f744e2c8 /nixos/modules/profiles
parent9813adc7f7c0edd738c6bdd8431439688bb0cb3d (diff)
nixos/profiles/base: add tcpdump
Diffstat (limited to 'nixos/modules/profiles')
-rw-r--r--nixos/modules/profiles/base.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/modules/profiles/base.nix b/nixos/modules/profiles/base.nix
index 616b2470dcb4d..518a1f8d0b304 100644
--- a/nixos/modules/profiles/base.nix
+++ b/nixos/modules/profiles/base.nix
@@ -35,6 +35,7 @@
     pkgs.rsync
     pkgs.socat
     pkgs.screen
+    pkgs.tcpdump
 
     # Hardware-related tools.
     pkgs.sdparm