diff --git a/cluster/machines/dcr03s16.hswaw.net.nix b/cluster/machines/dcr03s16.hswaw.net.nix index f68838c9..72116306 100644 --- a/cluster/machines/dcr03s16.hswaw.net.nix +++ b/cluster/machines/dcr03s16.hswaw.net.nix @@ -33,6 +33,12 @@ rec { ]; }; + # Tape stuff + environment.systemPackages = with pkgs; [ + lsscsi mt-st mtx mbuffer sg3_utils + ]; + boot.kernelModules = ["sg"]; + hscloud.base = { mgmtIf = "enp5s0"; diff --git a/cluster/machines/modules/base.nix b/cluster/machines/modules/base.nix index 2a0a7ab2..1eeda5a3 100644 --- a/cluster/machines/modules/base.nix +++ b/cluster/machines/modules/base.nix @@ -83,7 +83,7 @@ in { environment.systemPackages = with pkgs; [ wget vim htop tcpdump screen tmux smartmontools pciutils lm_sensors ipmitool - rxvt_unicode.terminfo + rxvt_unicode.terminfo pv ]; programs.mtr.enable = true;