system: configure MAILADDR for mdadm

This commit is contained in:
notohh 2023-09-16 19:54:23 -04:00
parent 9e87a0efd3
commit 7f003f9e7f
Signed by: notohh
GPG key ID: BD47506D475EE86D

View file

@ -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;