forked from nyanloutre/nixos-config
PC-Fixe: activation mise à jour microcode Intel
This commit is contained in:
parent
e0d6318603
commit
44d914cd8c
@ -12,6 +12,8 @@
|
|||||||
boot.kernelModules = [ "kvm-intel" "nct6775" ];
|
boot.kernelModules = [ "kvm-intel" "nct6775" ];
|
||||||
boot.extraModulePackages = [ ];
|
boot.extraModulePackages = [ ];
|
||||||
|
|
||||||
|
hardware.cpu.intel.updateMicrocode = true;
|
||||||
|
|
||||||
fileSystems."/" =
|
fileSystems."/" =
|
||||||
{ device = "/dev/disk/by-uuid/509a5842-56fe-40bd-8b00-6bda87e02e5e";
|
{ device = "/dev/disk/by-uuid/509a5842-56fe-40bd-8b00-6bda87e02e5e";
|
||||||
fsType = "ext4";
|
fsType = "ext4";
|
||||||
|
Loading…
Reference in New Issue
Block a user