diff options
-rw-r--r-- | vali.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -16,7 +16,7 @@ | |||
16 | # Define on which hard drive you want to install Grub. | 16 | # Define on which hard drive you want to install Grub. |
17 | boot.loader.grub.device = "/dev/sdb"; | 17 | boot.loader.grub.device = "/dev/sdb"; |
18 | 18 | ||
19 | boot.loader.grub.extraEntriesBeforeNixos = true; | 19 | boot.loader.grub.extraEntriesBeforeNixOS = true; |
20 | boot.loader.grub.extraEntries = '' | 20 | boot.loader.grub.extraEntries = '' |
21 | menuentry "Windows" { | 21 | menuentry "Windows" { |
22 | chainloader hd(0,1)+1 | 22 | chainloader hd(0,1)+1 |