From 3e6fa5184d8ccf8cd7e09f89abd9e0b1085542e8 Mon Sep 17 00:00:00 2001 From: batvin321 Date: Mon, 13 Jan 2025 14:04:25 -0500 Subject: [PATCH] Update system/vm/hardware-configuration.nix --- system/vm/hardware-configuration.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/system/vm/hardware-configuration.nix b/system/vm/hardware-configuration.nix index 4308a34..006e291 100644 --- a/system/vm/hardware-configuration.nix +++ b/system/vm/hardware-configuration.nix @@ -62,5 +62,4 @@ # networking.interfaces.wlo1.useDHCP = lib.mkDefault true; nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux"; - hardware.cpu.intel.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware; }