Added mdadm raid software

This commit is contained in:
Nickiel12 2023-04-03 22:18:54 -07:00
parent 59246af22f
commit 9869a42654

View file

@ -5,6 +5,10 @@
{ {
imports = [ (import ./hardware-configuration.nix) ]; imports = [ (import ./hardware-configuration.nix) ];
environment.systemPackages = [
pkgs.mdadm
];
services = { services = {
sshd.enable = true; sshd.enable = true;
openssh.settings = { openssh.settings = {