diff options
Diffstat (limited to 'vali.nix')
-rw-r--r-- | vali.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -16,7 +16,7 @@ rec { | |||
16 | boot.loader.grub.enable = true; | 16 | boot.loader.grub.enable = true; |
17 | boot.loader.grub.version = 2; | 17 | boot.loader.grub.version = 2; |
18 | # Define on which hard drive you want to install Grub. | 18 | # Define on which hard drive you want to install Grub. |
19 | boot.loader.grub.devices = [ "/dev/sda" "/dev/sdb" ]; | 19 | boot.loader.grub.device = "/dev/sdb"; |
20 | 20 | ||
21 | boot.loader.grub.extraEntriesBeforeNixOS = true; | 21 | boot.loader.grub.extraEntriesBeforeNixOS = true; |
22 | boot.loader.grub.extraEntries = '' | 22 | boot.loader.grub.extraEntries = '' |