mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-06-05 21:03:40 +00:00
nixos/proxmox-image: make filename consistent with package name
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user