nixos/amd-microcode: remove alias
This commit is contained in:
parent
a55aaa547c
commit
bde8f99741
@ -16,7 +16,7 @@
|
|||||||
###### implementation
|
###### implementation
|
||||||
config = lib.mkIf config.hardware.cpu.amd.updateMicrocode {
|
config = lib.mkIf config.hardware.cpu.amd.updateMicrocode {
|
||||||
# Microcode updates must be the first item prepended in the initrd
|
# Microcode updates must be the first item prepended in the initrd
|
||||||
boot.initrd.prepend = lib.mkOrder 1 [ "${pkgs.microcodeAmd}/amd-ucode.img" ];
|
boot.initrd.prepend = lib.mkOrder 1 [ "${pkgs.microcode-amd}/amd-ucode.img" ];
|
||||||
};
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user