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