Revert "boot.kernelParams: dedup and sort"
This reverts commit 9e00c643d8.
reason: https://github.com/NixOS/nixpkgs/pull/28392#issuecomment-325130848
This commit is contained in:
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user