about summary refs log tree commit diff
path: root/modules/systems
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2022-02-09 17:21:16 -0800
committerFranck Cuny <franck@fcuny.net>2022-02-09 17:21:16 -0800
commit6b93b9f7b83ae1ff715b2e8810e3fefd5ca4c945 (patch)
treefdf9a434afdc8510da21a55da9b590ced2e94c74 /modules/systems
parenthosts: remove / clean code (diff)
downloadworld-6b93b9f7b83ae1ff715b2e8810e3fefd5ca4c945.tar.gz
systems: more packages
Diffstat (limited to 'modules/systems')
-rw-r--r--modules/systems/software.nix7
1 files changed, 6 insertions, 1 deletions
diff --git a/modules/systems/software.nix b/modules/systems/software.nix
index 897b931..d0dbf2e 100644
--- a/modules/systems/software.nix
+++ b/modules/systems/software.nix
@@ -3,14 +3,16 @@
 {
   environment.systemPackages = with pkgs; [
     curl
+    dmidecode
     git
     htop
     hwdata
     iftop
     iptraf-ng
     lm_sensors
+    lsb-release
     mg
-    parted
+    openssl
     parted
     pciutils
     rsync
@@ -18,6 +20,9 @@
     tcpdump
     tmux
     unzip
+    unzip
+    usbutils
     vim
+    wget
   ];
 }