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