4
0
Fork 2
mirror of https://gerrit.hackerspace.pl/hscloud synced 2024-12-14 16:20:21 +00:00

cluster/machines/dcr03s16: tapes and tape accessories

Change-Id: Ib93fd85d0b09177d6e29bc3b4d68b999a1db3eaa
Reviewed-on: https://gerrit.hackerspace.pl/c/hscloud/+/1994
Reviewed-by: q3k <q3k@hackerspace.pl>
This commit is contained in:
implr 2024-07-26 22:02:28 +02:00 committed by implr
parent b980a09b41
commit e433c3c929
2 changed files with 7 additions and 1 deletions

View file

@ -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";

View file

@ -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;