about summary refs log tree commit diff
path: root/profiles/hardware/intel.nix
diff options
context:
space:
mode:
Diffstat (limited to 'profiles/hardware/intel.nix')
-rw-r--r--profiles/hardware/intel.nix5
1 files changed, 0 insertions, 5 deletions
diff --git a/profiles/hardware/intel.nix b/profiles/hardware/intel.nix
deleted file mode 100644
index 756ad9a..0000000
--- a/profiles/hardware/intel.nix
+++ /dev/null
@@ -1,5 +0,0 @@
-{ ... }:
-{
-  hardware.cpu.intel.updateMicrocode = true;
-  boot.kernelModules = [ "kvm-intel" ];
-}