virtualbox-image.nix: VirtualBox disks are /dev/sda, not /dev/vda
This commit is contained in:
parent
cb063afcbf
commit
b3b6b8ad60
@ -78,7 +78,7 @@ with pkgs.lib;
|
|||||||
];
|
];
|
||||||
|
|
||||||
boot.loader.grub.version = 2;
|
boot.loader.grub.version = 2;
|
||||||
boot.loader.grub.device = "/dev/vda";
|
boot.loader.grub.device = "/dev/sda";
|
||||||
|
|
||||||
services.virtualbox.enable = true;
|
services.virtualbox.enable = true;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user