From 2d43c1fa9f7255a36c8c2e56b508ae1cda2ebe53 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Sat, 26 Aug 2017 15:45:15 +0100 Subject: [PATCH] Revert "boot.kernelParams: dedup and sort" This reverts commit 9e00c643d823b9c7483c13cc338c6a3322102a9c. reason: https://github.com/NixOS/nixpkgs/pull/28392#issuecomment-325130848 --- nixos/modules/system/boot/kernel.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/nixos/modules/system/boot/kernel.nix b/nixos/modules/system/boot/kernel.nix index cc68be781fc..cf70a891c0c 100644 --- a/nixos/modules/system/boot/kernel.nix +++ b/nixos/modules/system/boot/kernel.nix @@ -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 {