grub: removed orphaned mkOption configurationName
This commit is contained in:
parent
60e6cc81b5
commit
bd811d32b4
@ -86,15 +86,6 @@ in
|
|||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
configurationName = mkOption {
|
|
||||||
default = "";
|
|
||||||
example = "Stable 2.6.21";
|
|
||||||
type = types.str;
|
|
||||||
description = ''
|
|
||||||
GRUB entry name instead of default.
|
|
||||||
'';
|
|
||||||
};
|
|
||||||
|
|
||||||
extraPrepareConfig = mkOption {
|
extraPrepareConfig = mkOption {
|
||||||
default = "";
|
default = "";
|
||||||
type = types.lines;
|
type = types.lines;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user