summaryrefslogtreecommitdiff
path: root/sys/core/drivers.nix
diff options
context:
space:
mode:
Diffstat (limited to 'sys/core/drivers.nix')
-rw-r--r--sys/core/drivers.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/core/drivers.nix b/sys/core/drivers.nix
index a01bb54..c769786 100644
--- a/sys/core/drivers.nix
+++ b/sys/core/drivers.nix
@@ -16,6 +16,7 @@ in
services.smartd.enable = true;
hardware.sensor.iio.enable = true;
hardware.enableAllFirmware = true;
+ hardware.cpu.amd.updateMicrocode = true;
hardware.graphics = {
enable = true;
enable32Bit = true;
@@ -24,7 +25,6 @@ in
(lib.mkIf cfg.amd.enable {
services.xserver.videoDrivers = [ "amdgpu" ];
- hardware.cpu.amd.updateMicrocode = true;
hardware.amdgpu = {
initrd.enable = true;
overdrive.enable = true;