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
@ -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 = [
|
require = [
|
||||||
(import ../upstart-jobs/pcmcia.nix)
|
(import ../upstart-jobs/pcmcia.nix)
|
||||||
];
|
];
|
||||||
|
Loading…
Reference in New Issue
Block a user