Compare commits

...

2 commits

Author SHA1 Message Date
3212f0bc51
networking: formatting
All checks were successful
ci/woodpecker/push/checks Pipeline was successful
2023-09-16 19:54:33 -04:00
7f003f9e7f
system: configure MAILADDR for mdadm 2023-09-16 19:54:23 -04:00
2 changed files with 5 additions and 1 deletions

View file

@ -29,6 +29,10 @@
};
};
environment.etc."mdadm.conf".text = ''
MAILADDR root
'';
boot.kernelPackages = pkgs.linuxPackages_latest;
systemd.services.systemd-udevd.restartIfChanged = false;