nixos: add type definitions to virtualisation.libvirtd.* options
This commit is contained in:
parent
05ec851050
commit
8cd95471d7
@ -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 =
|
||||||
''
|
''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user