Revert "boot.kernelParams: dedup and sort"
This reverts commit 9e00c643d823b9c7483c13cc338c6a3322102a9c. reason: https://github.com/NixOS/nixpkgs/pull/28392#issuecomment-325130848
This commit is contained in:
parent
74bf7b78ca
commit
2d43c1fa9f
@ -57,7 +57,6 @@ in
|
|||||||
type = types.listOf types.str;
|
type = types.listOf types.str;
|
||||||
default = [ ];
|
default = [ ];
|
||||||
description = "Parameters added to the kernel command line.";
|
description = "Parameters added to the kernel command line.";
|
||||||
apply = list: attrNames (genAttrs list (_: true)); # dedup and sort to avoid restarting services on eval order change
|
|
||||||
};
|
};
|
||||||
|
|
||||||
boot.consoleLogLevel = mkOption {
|
boot.consoleLogLevel = mkOption {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user