Servers - add mdadm package
This commit is contained in:
parent
51b7e343ee
commit
f4aee93245
|
@ -9,6 +9,7 @@ in
|
|||
config = mkIf (role == "server") {
|
||||
environment.systemPackages = with pkgs; [
|
||||
htop
|
||||
mdadm
|
||||
tmux
|
||||
];
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue