mirror of
https://github.com/TECHNOFAB11/disko.git
synced 2025-12-11 23:50:05 +01:00
fix: typo
This commit is contained in:
parent
2a59f5cf64
commit
c6a5e20346
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