From ae04fb01f8867c112fdbb7334de546875c31e117 Mon Sep 17 00:00:00 2001 From: Emily Ann Ediger Date: Tue, 19 Jun 2018 01:59:21 -0500 Subject: set default to type.str --- nixos/modules/system/boot/loader/grub/grub.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nixos/modules/system/boot/loader') diff --git a/nixos/modules/system/boot/loader/grub/grub.nix b/nixos/modules/system/boot/loader/grub/grub.nix index ee07d8657efd..f1da2f41b5c1 100644 --- a/nixos/modules/system/boot/loader/grub/grub.nix +++ b/nixos/modules/system/boot/loader/grub/grub.nix @@ -385,7 +385,7 @@ in }; default = mkOption { - default = 0; + default = "0"; type = types.str; description = '' Index of the default menu item to be booted. -- cgit 1.4.1