fix: make qemu work?
This commit is contained in:
parent
b14afe7337
commit
8f7bf229e6
1 changed files with 3 additions and 1 deletions
|
@ -1,5 +1,7 @@
|
|||
{ modulesPath, ... }: {
|
||||
imports = [ (modulesPath + "/profiles/qemu-guest.nix") ];
|
||||
imports = [ (modulesPath + "/profiles/qemu-guest.nix") ./generic-grub.nix ];
|
||||
|
||||
boot.loader.grub.device = "/dev/sda";
|
||||
|
||||
boot.initrd.availableKernelModules =
|
||||
[ "ata_piix" "uhci_hcd" "virtio_pci" "sr_mod" "virtio_blk" ];
|
||||
|
|
Loading…
Reference in a new issue