Simplify Midas and move virtual raid config to system wide filesystems conf

This commit is contained in:
Bun 2025-04-04 13:42:40 -04:00
parent 2d61e291a9
commit 06f1990997
5 changed files with 12 additions and 12 deletions

View file

@ -2,10 +2,6 @@
{
boot = {
kernelPackages = pkgs.linuxPackages_hardened;
swraid = {
enable = true;
mdadmConf = "MAILADDR contact@nixfox.ca";
};
lanzaboote.enable = true;
};
}