Unverified Commit 4b4b4f94 authored by illustris's avatar illustris
Browse files

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

parent 81b35731
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;