cluster/m/m/base: add a bunch of utilities to systemPackages

Change-Id: I8ad61f925011d019b8ef868013fcb266947a9c94
Reviewed-on: https://gerrit.hackerspace.pl/c/hscloud/+/1755
Reviewed-by: q3k <q3k@hackerspace.pl>
diff --git a/cluster/machines/modules/base.nix b/cluster/machines/modules/base.nix
index 9ad3684..7d1d0bc 100644
--- a/cluster/machines/modules/base.nix
+++ b/cluster/machines/modules/base.nix
@@ -77,7 +77,7 @@
     time.timeZone = "Europe/Warsaw";
   
     environment.systemPackages = with pkgs; [
-      wget vim htop tcpdump
+      wget vim htop tcpdump screen tmux smartmontools pciutils lm_sensors ipmitool
       rxvt_unicode.terminfo
     ];
     programs.mtr.enable = true;