diff options
Diffstat (limited to '')
-rw-r--r-- | modules/profiles/default.nix | 6 | ||||
-rw-r--r-- | modules/profiles/headful.nix | 6 |
2 files changed, 6 insertions, 6 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 ]; diff --git a/modules/profiles/headful.nix b/modules/profiles/headful.nix index e9625de..b7c17d6 100644 --- a/modules/profiles/headful.nix +++ b/modules/profiles/headful.nix @@ -131,13 +131,7 @@ in time.timeZone = "Europe/Moscow"; environment.systemPackages = with pkgs; [ - arping - dnsutils - inetutils - ldns lm_sensors - socat - tcpdump usbutils ]; |