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:
Jörg Thalheim 2017-08-26 15:45:15 +01:00
parent 74bf7b78ca
commit 2d43c1fa9f

@ -57,7 +57,6 @@ 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 {