From e89cdc0de79057272bb85a4764a8d7a3bb38978e Mon Sep 17 00:00:00 2001 From: Michael Raskin <7c6f434c@mail.ru> Date: Wed, 1 Oct 2008 15:56:01 +0000 Subject: [PATCH] Found it useful to have a place to export assorted things from system configuration.. svn path=/nixos/trunk/; revision=12932 --- system/options.nix | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/system/options.nix b/system/options.nix index 5c51d777b98b..40e169c7a908 100644 --- a/system/options.nix +++ b/system/options.nix @@ -3051,6 +3051,15 @@ root ALL=(ALL) SETENV: ALL }; }; + passthru = mkOption { + default = {}; + description = " + Additional parameters. Ignored. When you want to be sure that + /etc/nixos/nixos -A config.passthru.* is that same thing the + system rebuild will use. + "; + }; + require = [ (import ../upstart-jobs/pcmcia.nix) ];