Update nixos/modules/virtualisation/proxmox-image.nix
Co-authored-by: Pol Dellaiera <pol.dellaiera@protonmail.com>
This commit is contained in:
parent
f2794786fd
commit
d780bdf308
1 changed files with 2 additions and 2 deletions
|
@ -95,8 +95,8 @@ with lib;
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
additionalDiskSize = mkOption {
|
additionalDiskSize = lib.mkOption {
|
||||||
type = types.str;
|
type = lib.types.str;
|
||||||
default = "512M";
|
default = "512M";
|
||||||
description = lib.mdDoc ''
|
description = lib.mdDoc ''
|
||||||
Additional disk space to be added to the image.
|
Additional disk space to be added to the image.
|
||||||
|
|
Loading…
Reference in a new issue