mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 04:02:55 +03:00
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
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user