Add some option types

This commit is contained in:
Eelco Dolstra
2013-10-30 14:57:42 +01:00
parent c7f7ceefd6
commit 4680af6a93
2 changed files with 3 additions and 1 deletions
@@ -247,7 +247,7 @@ in
# set at once.
system.boot.loader.id = "grub";
environment.systemPackages = [ grub ];
environment.systemPackages = optional (grub != null) grub;
boot.loader.grub.extraPrepareConfig =
concatStrings (mapAttrsToList (n: v: ''