Found it useful to have a place to export assorted things from system configuration..

svn path=/nixos/trunk/; revision=12932
This commit is contained in:
Michael Raskin 2008-10-01 15:56:01 +00:00
parent 77d1d30e97
commit e89cdc0de7

View file

@ -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)
];