Revert "boot.kernelParams: dedup and sort"

This reverts commit 9e00c643d823b9c7483c13cc338c6a3322102a9c.

reason: https://github.com/NixOS/nixpkgs/pull/28392#issuecomment-325130848

Changed files
-1
nixos
modules
system
boot
-1
nixos/modules/system/boot/kernel.nix
···
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 {