about summary refs log tree commit diff
path: root/hosts/common
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/common')
-rw-r--r--hosts/common/hardware/intel.nix4
-rw-r--r--hosts/common/hardware/xps9300.nix5
2 files changed, 0 insertions, 9 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" ];
-}
diff --git a/hosts/common/hardware/xps9300.nix b/hosts/common/hardware/xps9300.nix
deleted file mode 100644
index 7934478..0000000
--- a/hosts/common/hardware/xps9300.nix
+++ /dev/null
@@ -1,5 +0,0 @@
-{
-  imports = [
-    ./intel.nix
-  ];
-}