fix: typo

This commit is contained in:
a-kenji 2023-05-11 09:27:26 +02:00
parent 2a59f5cf64
commit c6a5e20346

View file

@ -4,7 +4,7 @@
name = lib.mkOption {
type = lib.types.str;
default = config._module.args.name;
description = "Name of the volume gorup";
description = "Name of the volume group";
};
type = lib.mkOption {
type = lib.types.enum [ "lvm_vg" ];