diff options
Diffstat (limited to '')
-rw-r--r-- | hosts/aptos/default.nix | 1 | ||||
-rw-r--r-- | hosts/aptos/hardware-configuration.nix | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/hosts/aptos/default.nix b/hosts/aptos/default.nix index c94efd0..acfbb6a 100644 --- a/hosts/aptos/default.nix +++ b/hosts/aptos/default.nix @@ -5,6 +5,7 @@ [ # Include the results of the hardware scan. ./hardware-configuration.nix ../common/desktop + ../common/hardware/xps9300.nix ]; boot = { diff --git a/hosts/aptos/hardware-configuration.nix b/hosts/aptos/hardware-configuration.nix index 53abf58..8cdf86f 100644 --- a/hosts/aptos/hardware-configuration.nix +++ b/hosts/aptos/hardware-configuration.nix @@ -10,7 +10,6 @@ boot.initrd.availableKernelModules = [ "xhci_pci" "nvme" "usb_storage" "sd_mod" "rtsx_pci_sdmmc" ]; boot.initrd.kernelModules = [ ]; - boot.kernelModules = [ "kvm-intel" ]; boot.extraModulePackages = [ ]; fileSystems."/" = |