test
This commit is contained in:
parent
4feb8f2760
commit
d5e89fac9b
1 changed files with 3 additions and 3 deletions
|
@ -6,9 +6,9 @@
|
|||
./wireguard.nix
|
||||
];
|
||||
|
||||
boot.loader.grub.enable = true;
|
||||
boot.loader.grub.device = "/dev/disk/by-id/scsi-0QEMU_QEMU_HARDDISK_drive-scsi-disk-0";
|
||||
boot.loader.grub.efiSupport = true;
|
||||
# boot.loader.grub.enable = true;
|
||||
# boot.loader.grub.device = "/dev/disk/by-id/scsi-0QEMU_QEMU_HARDDISK_drive-scsi-disk-0";
|
||||
# boot.loader.grub.efiSupport = true;
|
||||
|
||||
boot.initrd.availableKernelModules = [ "virtio_pci" "virtio_scsi" "ahci" "sd_mod" ];
|
||||
boot.initrd.kernelModules = [ ];
|
||||
|
|
Loading…
Reference in a new issue