nixos/proxmox-image: make filename consistent with package name

This commit is contained in:
illustris
2025-08-03 05:02:20 +05:30
parent 81b35731eb
commit 4b4b4f9423

View File

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