grub: Change fsIdentifier to str from string
This commit is contained in:
parent
5870ae613f
commit
8329d12b79
@ -212,7 +212,7 @@ in
|
|||||||
|
|
||||||
fsIdentifier = mkOption {
|
fsIdentifier = mkOption {
|
||||||
default = "uuid";
|
default = "uuid";
|
||||||
type = types.addCheck types.string
|
type = types.addCheck types.str
|
||||||
(type: type == "uuid" || type == "label" || type == "provided");
|
(type: type == "uuid" || type == "label" || type == "provided");
|
||||||
description = ''
|
description = ''
|
||||||
Determines how grub will identify devices when generating the
|
Determines how grub will identify devices when generating the
|
||||||
|
Loading…
x
Reference in New Issue
Block a user