diff options
Diffstat (limited to '')
-rw-r--r-- | hosts/common/hardware/intel.nix | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/hosts/common/hardware/intel.nix b/hosts/common/hardware/intel.nix deleted file mode 100644 index ac279fb..0000000 --- a/hosts/common/hardware/intel.nix +++ /dev/null @@ -1,4 +0,0 @@ -{ - hardware.cpu.intel.updateMicrocode = true; - boot.kernelModules = [ "kvm-intel" ]; -} |