mirror of
https://github.com/nix-community/nixos-generators.git
synced 2024-11-25 19:07:59 +03:00
9 lines
184 B
Nix
9 lines
184 B
Nix
{modulesPath, ...}: {
|
|
imports = [
|
|
"${toString modulesPath}/virtualisation/google-compute-image.nix"
|
|
];
|
|
|
|
formatAttr = "googleComputeImage";
|
|
fileExtension = ".raw.tar.gz";
|
|
}
|