summaryrefslogtreecommitdiff
path: root/vali.nix
diff options
context:
space:
mode:
Diffstat (limited to 'vali.nix')
-rw-r--r--vali.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/vali.nix b/vali.nix
index 389acfb1..8af5c1da 100644
--- a/vali.nix
+++ b/vali.nix
@@ -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 = ''