Fix grub
This commit is contained in:
parent
821893b0f5
commit
ba8fcdd556
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@
|
|||
|
||||
# Use the boot drive for grub
|
||||
boot.loader.grub.enable = lib.mkDefault true;
|
||||
boot.loader.grub.devices = [ "nodev" ];
|
||||
boot.loader.grub.devices = [ "/dev/sda" ];
|
||||
|
||||
boot.growPartition = lib.mkDefault true;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue