{ pkgs, ... }: { boot = { kernelPackages = pkgs.linuxPackages_5_10; swraid = { enable = true; mdadmConf = "MAILADDR contact@nixfox.ca"; }; }; }