fix: make qemu work?

This commit is contained in:
Ashhhleyyy 2024-01-19 12:37:14 +00:00
parent b14afe7337
commit 8f7bf229e6
Signed by: ash
GPG key ID: 83B789081A0878FB

View file

@ -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" ];