Finalize Kitty to Midas transition
This commit is contained in:
parent
bb5963c126
commit
c514d3968f
3 changed files with 12 additions and 9 deletions
|
@ -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";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue