enable microcode on server
This commit is contained in:
parent
2da44acb6d
commit
5cbc2cc675
1 changed files with 6 additions and 0 deletions
|
@ -29,4 +29,10 @@
|
|||
fileSystems = ["/"];
|
||||
};
|
||||
};
|
||||
|
||||
hardware = {
|
||||
enableRedistributableFirmware = true;
|
||||
enableAllFirmware = true;
|
||||
cpu.amd.updateMicrocode = true;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue