nixos-generators/formats/gce.nix
2023-07-22 16:20:50 +02:00

9 lines
184 B
Nix

{modulesPath, ...}: {
imports = [
"${toString modulesPath}/virtualisation/google-compute-image.nix"
];
formatAttr = "googleComputeImage";
fileExtension = ".raw.tar.gz";
}