marukuru: GRUB should be on vda
sda doesn't exist.
This commit is contained in:
parent
f9b63a858f
commit
dfbcb353af
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ in {
|
|||
# Use GRUB2.
|
||||
boot.loader.grub.enable = true;
|
||||
boot.loader.grub.version = 2;
|
||||
boot.loader.grub.device = "/dev/sda";
|
||||
boot.loader.grub.device = "/dev/vda";
|
||||
|
||||
# Networking!
|
||||
networking = {
|
||||
|
|
Loading…
Reference in a new issue