feat(luna): enable intel update microcode
This commit is contained in:
parent
ad5bb6d5d0
commit
2d08a50d8d
@ -4,6 +4,7 @@
|
|||||||
imports = [
|
imports = [
|
||||||
./boot.nix
|
./boot.nix
|
||||||
./filesystem.nix
|
./filesystem.nix
|
||||||
|
./hardware.nix
|
||||||
];
|
];
|
||||||
system.stateVersion = "23.11";
|
system.stateVersion = "23.11";
|
||||||
}
|
}
|
||||||
|
4
hosts/luna/os/hardware.nix
Normal file
4
hosts/luna/os/hardware.nix
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
{ lib, config, ... }:
|
||||||
|
{
|
||||||
|
hardware.cpu.intel.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware;
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user