diff options
author | Gregor Kleen <gkleen@praseodym.org> | 2015-07-03 17:34:50 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@praseodym.org> | 2015-07-03 17:34:50 +0200 |
commit | 6c206824663621ef8ba8017498febb8ad7c926e0 (patch) | |
tree | 4f4a18eb68836674a2075334b6d50dcec82542d1 /vali.nix | |
parent | 94e94101031bb5121c99a99280f980fa6ceb49f0 (diff) | |
download | nixos-6c206824663621ef8ba8017498febb8ad7c926e0.tar nixos-6c206824663621ef8ba8017498febb8ad7c926e0.tar.gz nixos-6c206824663621ef8ba8017498febb8ad7c926e0.tar.bz2 nixos-6c206824663621ef8ba8017498febb8ad7c926e0.tar.xz nixos-6c206824663621ef8ba8017498febb8ad7c926e0.zip |
Typo
Diffstat (limited to 'vali.nix')
-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 |