about summary refs log tree commit diff
path: root/modules/profiles
diff options
context:
space:
mode:
authorazahi <azat@bahawi.net>2024-10-21 15:39:18 +0300
committerazahi <azat@bahawi.net>2024-10-21 15:39:18 +0300
commit2c03460ad97ed1d10415918e9ec53744e4f920dc (patch)
tree7f7f7438096b2981a39cc3f236e02f6258314624 /modules/profiles
parent2024-10-21 (diff)
2024-10-21
Diffstat (limited to 'modules/profiles')
-rw-r--r--modules/profiles/default.nix6
-rw-r--r--modules/profiles/headful.nix6
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
     ];
 

Consider giving Nix/NixOS a try! <3