diff --git a/base.nix b/base.nix index 048623a..47e7490 100644 --- a/base.nix +++ b/base.nix @@ -41,7 +41,6 @@ environment.systemPackages = with pkgs; [ bottom - duf eza file git @@ -61,6 +60,10 @@ vim wget zip + ] ++ lib.optionals (pkgs.stdenv.isLinux) [ + dmidecode + lm_sensors + pciutils ]; services.openssh = {