From 6c206824663621ef8ba8017498febb8ad7c926e0 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Fri, 3 Jul 2015 17:34:50 +0200 Subject: Typo --- vali.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vali.nix b/vali.nix index 503db591..e6d84512 100644 --- a/vali.nix +++ b/vali.nix @@ -16,7 +16,7 @@ # Define on which hard drive you want to install Grub. boot.loader.grub.device = "/dev/sdb"; - boot.loader.grub.extraEntriesBeforeNixos = true; + boot.loader.grub.extraEntriesBeforeNixOS = true; boot.loader.grub.extraEntries = '' menuentry "Windows" { chainloader hd(0,1)+1 -- cgit v1.2.3