forked from mirrors/nixpkgs
Merge pull request #28392 from volth/patch-53
boot.kernelParams: dedup and sort
This commit is contained in:
commit
66b42344f3
|
@ -57,6 +57,7 @@ in
|
|||
type = types.listOf types.str;
|
||||
default = [ ];
|
||||
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 {
|
||||
|
|
Loading…
Reference in a new issue