diff options
Diffstat (limited to 'vali.nix')
-rw-r--r-- | vali.nix | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -15,8 +15,6 @@ rec { | |||
15 | # Use the GRUB 2 boot loader. | 15 | # Use the GRUB 2 boot loader. |
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. | ||
19 | boot.loader.grub.device = "/dev/disk/by-id/ata-ST3500630AS_9QG2V5B9"; | ||
20 | 18 | ||
21 | boot.loader.grub.extraEntriesBeforeNixOS = true; | 19 | boot.loader.grub.extraEntriesBeforeNixOS = true; |
22 | boot.loader.grub.extraEntries = '' | 20 | boot.loader.grub.extraEntries = '' |