summaryrefslogtreecommitdiff
path: root/vali.nix
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2015-07-03 18:17:45 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2015-07-03 18:17:45 +0200
commitc7c060953e40e39caae5105be66fa78d5bf75f5c (patch)
tree4fc7f03ccc67fd7397035e124b2685d6d0d6dcf5 /vali.nix
parente38fec049d7bc3a01745aafea7b501a5b998dfc2 (diff)
downloadnixos-c7c060953e40e39caae5105be66fa78d5bf75f5c.tar
nixos-c7c060953e40e39caae5105be66fa78d5bf75f5c.tar.gz
nixos-c7c060953e40e39caae5105be66fa78d5bf75f5c.tar.bz2
nixos-c7c060953e40e39caae5105be66fa78d5bf75f5c.tar.xz
nixos-c7c060953e40e39caae5105be66fa78d5bf75f5c.zip
(Hopefully) fixed name of windows position
Diffstat (limited to 'vali.nix')
-rw-r--r--vali.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/vali.nix b/vali.nix
index 0744f0db..96095bd7 100644
--- a/vali.nix
+++ b/vali.nix
@@ -19,7 +19,7 @@
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 (hd0,msdos1) 22 chainloader (hd1,msdos1)
23 } 23 }
24 ''; 24 '';
25 25