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:
parent
b980a09b41
commit
e433c3c929
2 changed files with 7 additions and 1 deletions
|
@ -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";
|
||||
|
|
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue