Finalize Kitty to Midas transition

This commit is contained in:
Bun 2025-03-11 01:25:12 -04:00
parent bb5963c126
commit c514d3968f
3 changed files with 12 additions and 9 deletions

View file

@ -1,7 +1,10 @@
{ pkgs, ... }:
{
boot.swraid = {
enable = true;
mdadmConf = "MAILADDR contact@nixfox.ca";
boot = {
kernelPackages = pkgs.linuxPackages_hardened;
swraid = {
enable = true;
mdadmConf = "MAILADDR contact@nixfox.ca";
};
};
}