mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-10 04:49:19 -08:00
intel: microcode updates
This commit is contained in:
parent
81b530df2a
commit
8d5a8e1fe1
1 changed files with 2 additions and 0 deletions
|
|
@ -7,6 +7,8 @@
|
|||
{
|
||||
deploy.profile.hardware.intel = true;
|
||||
|
||||
hardware.cpu.intel.updateMicrocode = true;
|
||||
|
||||
boot = {
|
||||
kernelModules = [ "kvm-intel" ];
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue