set default to type.str
This commit is contained in:
parent
08691d0515
commit
ae04fb01f8
@ -385,7 +385,7 @@ in
|
||||
};
|
||||
|
||||
default = mkOption {
|
||||
default = 0;
|
||||
default = "0";
|
||||
type = types.str;
|
||||
description = ''
|
||||
Index of the default menu item to be booted.
|
||||
|
Loading…
Reference in New Issue
Block a user