Skip to content

Commit

Permalink
add proxmox (vma) image format
Browse files Browse the repository at this point in the history
  • Loading branch information
illustris committed Oct 31, 2021
1 parent 5d39e9b commit 4e31f34
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions formats/proxmox.nix
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{ modulesPath, ... }:
{
imports = [
"${toString modulesPath}/virtualisation/proxmox-image.nix"
];
formatAttr = "VMA";
}

0 comments on commit 4e31f34

Please sign in to comment.