From 26be9cfc4f505b39bc4e04bdd63c6aec97477122 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Mon, 21 Feb 2022 08:54:44 -0800 Subject: system: install a few more packages --- hosts/common/system/software.nix | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'hosts/common/system') diff --git a/hosts/common/system/software.nix b/hosts/common/system/software.nix index 1f746fb..63643e9 100644 --- a/hosts/common/system/software.nix +++ b/hosts/common/system/software.nix @@ -1,9 +1,13 @@ {pkgs, config, lib, ...}: with lib; -let linuxpkgs = config.boot.kernelPackages; + +let + linuxpkgs = config.boot.kernelPackages; in { environment.systemPackages = with pkgs; [ + binutils + cacert curl dmidecode flameGraph @@ -15,12 +19,16 @@ in { linuxpkgs.perf lm_sensors lsb-release + lsof + man-pages mg mtr openssl + openssl parted pciutils perf-tools + powertop rsync strace tcpdump @@ -30,6 +38,7 @@ in { usbutils vim wget + wireguard ]; programs.bcc.enable = true; -- cgit 1.4.1