marukuru: GRUB should be on vda

sda doesn't exist.
This commit is contained in:
Luke Granger-Brown 2020-05-03 19:01:37 +01:00
parent f9b63a858f
commit dfbcb353af

View file

@ -26,7 +26,7 @@ in {
# Use GRUB2. # Use GRUB2.
boot.loader.grub.enable = true; boot.loader.grub.enable = true;
boot.loader.grub.version = 2; boot.loader.grub.version = 2;
boot.loader.grub.device = "/dev/sda"; boot.loader.grub.device = "/dev/vda";
# Networking! # Networking!
networking = { networking = {