mirror of
https://github.com/TECHNOFAB11/disko.git
synced 2025-12-12 16:10:03 +01:00
commit
834b7b2a33
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@
|
||||||
name = lib.mkOption {
|
name = lib.mkOption {
|
||||||
type = lib.types.str;
|
type = lib.types.str;
|
||||||
default = config._module.args.name;
|
default = config._module.args.name;
|
||||||
description = "Name of the volume gorup";
|
description = "Name of the volume group";
|
||||||
};
|
};
|
||||||
type = lib.mkOption {
|
type = lib.mkOption {
|
||||||
type = lib.types.enum [ "lvm_vg" ];
|
type = lib.types.enum [ "lvm_vg" ];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue