From 09dd7f9afc3ff8e907218d78dd92e40875e72159 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Mon, 2 Dec 2013 11:53:53 -0500 Subject: [PATCH] Fix passing of kernel parameters Broken in 9ee30cd9b51c46cea7193993d006bb4301588001. Reported by Arvin Moezzi. --- nixos/modules/system/activation/top-level.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nixos/modules/system/activation/top-level.nix b/nixos/modules/system/activation/top-level.nix index 4146cd8394a..d9891f434cc 100644 --- a/nixos/modules/system/activation/top-level.nix +++ b/nixos/modules/system/activation/top-level.nix @@ -98,6 +98,7 @@ let systemd = config.systemd.package; inherit children; + kernelParams = config.boot.kernelParams; installBootLoader = config.system.build.installBootLoader or "echo 'Warning: do not know how to make this configuration bootable; please enable a boot loader.' 1>&2; true";