nixos: add type definitions to virtualisation.libvirtd.* options

This commit is contained in:
Bjørn Forsman 2014-04-07 21:31:29 +02:00
parent 05ec851050
commit 8cd95471d7

View File

@ -24,6 +24,7 @@ in
virtualisation.libvirtd.enable =
mkOption {
type = types.bool;
default = false;
description =
''
@ -36,6 +37,7 @@ in
virtualisation.libvirtd.enableKVM =
mkOption {
type = types.bool;
default = true;
description =
''
@ -45,6 +47,7 @@ in
virtualisation.libvirtd.extraConfig =
mkOption {
type = types.lines;
default = "";
description =
''