modules: specify some types

This commit is contained in:
Robin Gloster 2016-10-09 01:41:01 +02:00
parent 94a2cba8d9
commit 485a8fef73
No known key found for this signature in database
GPG Key ID: 5E4C836C632C2882
2 changed files with 2 additions and 0 deletions

View File

@ -141,6 +141,7 @@ in
system.build = mkOption { system.build = mkOption {
internal = true; internal = true;
default = {}; default = {};
type = types.attrs;
description = '' description = ''
Attribute set of derivations used to setup the system. Attribute set of derivations used to setup the system.
''; '';

View File

@ -16,6 +16,7 @@ in
virtualisation.xen.enable = virtualisation.xen.enable =
mkOption { mkOption {
default = false; default = false;
type = types.bool;
description = description =
'' ''
Setting this option enables the Xen hypervisor, a Setting this option enables the Xen hypervisor, a