Update nixos/modules/virtualisation/proxmox-image.nix

Co-authored-by: Pol Dellaiera <pol.dellaiera@protonmail.com>
This commit is contained in:
Jake Schurch 2023-07-30 11:57:29 -04:00 committed by GitHub
parent f2794786fd
commit d780bdf308
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.