diff --git a/hosts/yodaYoga/hardware-configuration.nix b/hosts/yodaYoga/hardware-configuration.nix index f8a9bdd..d619391 100644 --- a/hosts/yodaYoga/hardware-configuration.nix +++ b/hosts/yodaYoga/hardware-configuration.nix @@ -8,7 +8,8 @@ [ (modulesPath + "/installer/scan/not-detected.nix") ]; - boot.initrd.availableKernelModules = [ "xhci_pci" "ahci" "sd_mod" "sdhci_pci" ]; boot.initrd.kernelModules = [ ]; + boot.initrd.availableKernelModules = [ "xhci_pci" "ahci" "sd_mod" "sdhci_pci" ]; + boot.initrd.kernelModules = [ ]; boot.kernelModules = [ "kvm-intel" ]; boot.extraModulePackages = [ ];