From d780bdf308c8f6900c5ec09eaeb650a1d15cd427 Mon Sep 17 00:00:00 2001 From: Jake Schurch Date: Sun, 30 Jul 2023 11:57:29 -0400 Subject: [PATCH] Update nixos/modules/virtualisation/proxmox-image.nix Co-authored-by: Pol Dellaiera --- nixos/modules/virtualisation/proxmox-image.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.