Loading nixos/modules/virtualisation/proxmox-image.nix +1 −1 Original line number Diff line number Diff line Loading @@ -289,7 +289,7 @@ with lib; echo "file vma $out/${config.image.fileName}" > $out/nix-support/hydra-build-products ''; pveBaseConfigs = { name = "proxmox-${cfg.filenameSuffix}"; name = config.image.baseName; baseName = config.image.baseName; inherit (cfg) partitionTableType; inherit (cfg.qemuConf) additionalSpace bootSize; Loading Loading
nixos/modules/virtualisation/proxmox-image.nix +1 −1 Original line number Diff line number Diff line Loading @@ -289,7 +289,7 @@ with lib; echo "file vma $out/${config.image.fileName}" > $out/nix-support/hydra-build-products ''; pveBaseConfigs = { name = "proxmox-${cfg.filenameSuffix}"; name = config.image.baseName; baseName = config.image.baseName; inherit (cfg) partitionTableType; inherit (cfg.qemuConf) additionalSpace bootSize; Loading