Add initial configuration for Google Compute Engine

This commit is contained in:
Rob Vermaas
2013-12-11 15:32:27 +01:00
parent f74ca42ba6
commit f7b256a221
2 changed files with 163 additions and 0 deletions
@@ -0,0 +1,5 @@
{ config, pkgs, modulesPath, ... }:
{
imports = [ "${modulesPath}/virtualisation/google-compute-image.nix" ];
}