From 822d34c56376f330e0fd07d737c974876897b3e3 Mon Sep 17 00:00:00 2001 From: Noa Aarts Date: Fri, 30 Aug 2024 18:52:17 +0200 Subject: [PATCH] feat: add kvm-intel and thunderbolt --- hosts/muos/hardware-configuration.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hosts/muos/hardware-configuration.nix b/hosts/muos/hardware-configuration.nix index 8fb4869..bc4411c 100644 --- a/hosts/muos/hardware-configuration.nix +++ b/hosts/muos/hardware-configuration.nix @@ -9,9 +9,9 @@ (modulesPath + "/installer/scan/not-detected.nix") ]; - boot.initrd.availableKernelModules = [ "nvme" "xhci_pci" "ahci" ]; + boot.initrd.availableKernelModules = [ "nvme" "thunderbolt" "xhci_pci" "ahci" ]; boot.initrd.kernelModules = [ ]; - boot.kernelModules = [ "kvm-amd" ]; + boot.kernelModules = [ "kvm-intel" ]; boot.extraModulePackages = [ ]; # Enables DHCP on each ethernet and wireless interface. In case of scripted networking