summary refs log blame commit diff
path: root/nixos/modules/virtualisation/google-compute-config.nix
blob: 9e6be93b6d98fc34377ce0396cb5f4a8bdf4b78d (plain) (tree)
1
2
3
4
5




                                                                         
{ config, pkgs, modulesPath, ... }:

{
  imports = [ "${modulesPath}/virtualisation/google-compute-image.nix" ];
}