nixos-generators/formats/hyperv.nix
2020-05-22 21:14:01 +02:00

10 lines
161 B
Nix

{ modulesPath, ... }:
{
imports = [
"${toString modulesPath}/virtualisation/hyperv-image.nix"
];
formatAttr = "hypervImage";
filename = "*.vhdx";
}