diff --git a/nixos/modules/virtualisation/proxmox-image.nix b/nixos/modules/virtualisation/proxmox-image.nix index 4d1ee8e6143a..2685660fc922 100644 --- a/nixos/modules/virtualisation/proxmox-image.nix +++ b/nixos/modules/virtualisation/proxmox-image.nix @@ -95,8 +95,8 @@ with lib; ''; }; - additionalDiskSize = mkOption { - type = types.str; + additionalDiskSize = lib.mkOption { + type = lib.types.str; default = "512M"; description = lib.mdDoc '' Additional disk space to be added to the image.