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