Amd: Always update microcode by default.
This commit is contained in:
parent
b877a6febb
commit
2603b947d2
|
@ -11,7 +11,7 @@ in
|
|||
lib.mkMerge [
|
||||
{
|
||||
boot.kernelModules = [ "kvm-amd" ];
|
||||
hardware.cpu.amd.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware;
|
||||
hardware.cpu.amd.updateMicrocode = true;
|
||||
}
|
||||
(lib.mkIf cfg.powersave {
|
||||
module.powersave = {
|
||||
|
|
Loading…
Reference in a new issue