system: configure MAILADDR for mdadm
This commit is contained in:
parent
9e87a0efd3
commit
7f003f9e7f
1 changed files with 4 additions and 0 deletions
|
@ -29,6 +29,10 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
environment.etc."mdadm.conf".text = ''
|
||||||
|
MAILADDR root
|
||||||
|
'';
|
||||||
|
|
||||||
boot.kernelPackages = pkgs.linuxPackages_latest;
|
boot.kernelPackages = pkgs.linuxPackages_latest;
|
||||||
|
|
||||||
systemd.services.systemd-udevd.restartIfChanged = false;
|
systemd.services.systemd-udevd.restartIfChanged = false;
|
||||||
|
|
Loading…
Reference in a new issue