1
0
Fork 0

Servers - add mdadm package

This commit is contained in:
Aires 2024-05-05 13:12:48 -04:00
parent 51b7e343ee
commit f4aee93245

View file

@ -9,6 +9,7 @@ in
config = mkIf (role == "server") {
environment.systemPackages = with pkgs; [
htop
mdadm
tmux
];
};