From be2109a0e9787d6c30014be719ec100aa1803d97 Mon Sep 17 00:00:00 2001 From: Hendrik Sokolowski Date: Fri, 28 Jul 2023 16:44:56 +0200 Subject: [PATCH] add missing kernel package --- hosts/pioneer-momo-koeln/hardware-configuration.nix | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/hosts/pioneer-momo-koeln/hardware-configuration.nix b/hosts/pioneer-momo-koeln/hardware-configuration.nix index 6b153df6..6781890e 100644 --- a/hosts/pioneer-momo-koeln/hardware-configuration.nix +++ b/hosts/pioneer-momo-koeln/hardware-configuration.nix @@ -13,9 +13,7 @@ # Define on which hard drive you want to install Grub. boot.loader.grub.device = "/dev/sda"; # or "nodev" for efi only - boot.initrd.availableKernelModules = ["ahci" "xhci_pci" "virtio_pci" "sd_mod" "sr_mod" "dm-snapshot"]; - boot.initrd.kernelModules = []; - boot.kernelModules = ["kvm-intel"]; + boot.initrd.availableKernelModules = ["ahci" "xhci_pci" "virtio_pci" "sd_mod" "sr_mod" "dm-snapshot" "kvm-intel" "virtio_scsi" "uas" ]; boot.extraModulePackages = []; boot.initrd.luks.devices."cryptroot" = {