feat(systems/x86_64-linux): add mellinoe
This commit is contained in:
parent
236ce0fd5b
commit
00ca5f8b8d
2 changed files with 39 additions and 0 deletions
|
@ -5,5 +5,9 @@
|
|||
hardware.cpu.amd.updateMicrocode = true;
|
||||
boot.kernelModules = [ "kvm-amd" ];
|
||||
})
|
||||
(lib.mkIf (config.hardware.platform == "intel") {
|
||||
hardware.cpu.intel.updateMicrocode = true;
|
||||
boot.kernelModules = [ "kvm-intel" ];
|
||||
})
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue