diff --git a/hosts/host_001_momo_koeln/hardware-configuration.nix b/hosts/host_001_momo_koeln/hardware-configuration.nix index d3606463..b1b7611c 100644 --- a/hosts/host_001_momo_koeln/hardware-configuration.nix +++ b/hosts/host_001_momo_koeln/hardware-configuration.nix @@ -14,8 +14,8 @@ # 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"]; - boot.initrd.kernelModules = ["dm-snapshot"]; + boot.initrd.availableKernelModules = ["ahci" "xhci_pci" "virtio_pci" "sd_mod" "sr_mod" "dm-snapshot"]; + boot.initrd.kernelModules = []; boot.kernelModules = ["kvm-intel"]; boot.extraModulePackages = [];