Initial configuration + image generation script for Micro$oft Azure. Work in progress for #3986.

This commit is contained in:
Rob Vermaas
2014-09-06 21:37:46 +02:00
parent ac03d296b9
commit 81046b9e5d
3 changed files with 138 additions and 0 deletions
@@ -0,0 +1,5 @@
{ config, pkgs, modulesPath, ... }:
{
imports = [ "${modulesPath}/virtualisation/azure-image.nix" ];
}