about summary refs log tree commit diff
path: root/modules/profiles/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/profiles/default.nix')
-rw-r--r--modules/profiles/default.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/modules/profiles/default.nix b/modules/profiles/default.nix
index 5265fda..8824dfd 100644
--- a/modules/profiles/default.nix
+++ b/modules/profiles/default.nix
@@ -49,15 +49,21 @@ in
     };
 
     environment.systemPackages = with pkgs; [
+      arping
       cryptsetup
+      dnsutils
       file
+      inetutils
+      ldns
       lshw
       lsof
       pciutils
       psmisc
       rsync
       smartmontools
+      socat
       sysstat
+      tcpdump
       tree
       util-linux
     ];

Consider giving Nix/NixOS a try! <3