diff options
| author | Franck Cuny <franck@fcuny.net> | 2022-02-27 08:33:01 -0800 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2022-02-27 13:05:31 -0800 |
| commit | 7f2527e5d90ae2099ce7bc141071d05531467df1 (patch) | |
| tree | 3290265111e1c7a55112cfb76be40a1d135d02b8 /hosts/aptos/hardware-configuration.nix | |
| parent | hardware: start capturing hardware related stuff (diff) | |
| download | infra-7f2527e5d90ae2099ce7bc141071d05531467df1.tar.gz | |
aptos: use the hardware module for xps9300
Diffstat (limited to 'hosts/aptos/hardware-configuration.nix')
| -rw-r--r-- | hosts/aptos/hardware-configuration.nix | 1 |
1 files changed, 0 insertions, 1 deletions
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."/" = |
