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 {
internal = true;
default = {};
type = types.attrs;
description = ''
Attribute set of derivations used to setup the system.
'';

View file

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