diff options
author | azahi <azat@bahawi.net> | 2024-10-21 15:39:18 +0300 |
---|---|---|
committer | azahi <azat@bahawi.net> | 2024-10-21 15:39:18 +0300 |
commit | 2c03460ad97ed1d10415918e9ec53744e4f920dc (patch) | |
tree | 7f7f7438096b2981a39cc3f236e02f6258314624 /modules/profiles/default.nix | |
parent | 2024-10-21 (diff) |
2024-10-21
Diffstat (limited to '')
-rw-r--r-- | modules/profiles/default.nix | 6 |
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 ]; |