From 2c078669e3b526f3c4ea9d383adddedf30535946 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Tue, 5 Apr 2022 20:23:51 -0700 Subject: refactor intel related configuration --- hosts/common/hardware/intel.nix | 4 ---- hosts/common/hardware/xps9300.nix | 5 ----- 2 files changed, 9 deletions(-) delete mode 100644 hosts/common/hardware/intel.nix delete mode 100644 hosts/common/hardware/xps9300.nix (limited to 'hosts/common/hardware') 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 - ]; -} -- cgit 1.4.1