Add bootloader and not-detected.nix import

This commit is contained in:
Gene Liverman 2024-02-05 17:03:13 -05:00
parent d9f826453b
commit d77634f7f7
2 changed files with 11 additions and 3 deletions

View file

@ -4,9 +4,10 @@
{ config, lib, pkgs, modulesPath, ... }:
{
imports =
[ (modulesPath + "/profiles/qemu-guest.nix")
];
imports = [
(modulesPath + "/installer/scan/not-detected.nix")
(modulesPath + "/profiles/qemu-guest.nix")
];
boot.initrd.availableKernelModules = [ "xhci_pci" "virtio_pci" "virtio_scsi" "usbhid" "sr_mod" ];
boot.initrd.kernelModules = [ ];