mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
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:
parent
77d1d30e97
commit
e89cdc0de7
1 changed files with 9 additions and 0 deletions
|
@ -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)
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue