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