From 2c03460ad97ed1d10415918e9ec53744e4f920dc Mon Sep 17 00:00:00 2001 From: azahi Date: Mon, 21 Oct 2024 15:39:18 +0300 Subject: 2024-10-21 --- modules/profiles/default.nix | 6 ++++++ modules/profiles/headful.nix | 6 ------ 2 files changed, 6 insertions(+), 6 deletions(-) (limited to 'modules/profiles') 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 ]; -- cgit 1.4.1