summary refs log tree commit diff
path: root/nixos/modules/virtualisation/azure-config.nix
diff options
context:
space:
mode:
authorRob Vermaas <rob.vermaas@gmail.com>2014-09-06 21:37:46 +0200
committerRob Vermaas <rob.vermaas@gmail.com>2014-09-06 21:37:46 +0200
commit81046b9e5d20077c4a394c8d5e685ead9c7f609c (patch)
treed05e12627cd03d2b4ad4fb68d945121a986c3c8b /nixos/modules/virtualisation/azure-config.nix
parentac03d296b9b261b342e95871c62593d374179204 (diff)
downloadnixpkgs-81046b9e5d20077c4a394c8d5e685ead9c7f609c.tar
nixpkgs-81046b9e5d20077c4a394c8d5e685ead9c7f609c.tar.gz
nixpkgs-81046b9e5d20077c4a394c8d5e685ead9c7f609c.tar.bz2
nixpkgs-81046b9e5d20077c4a394c8d5e685ead9c7f609c.tar.lz
nixpkgs-81046b9e5d20077c4a394c8d5e685ead9c7f609c.tar.xz
nixpkgs-81046b9e5d20077c4a394c8d5e685ead9c7f609c.tar.zst
nixpkgs-81046b9e5d20077c4a394c8d5e685ead9c7f609c.zip
Initial configuration + image generation script for Micro$oft Azure. Work in progress for #3986.
Diffstat (limited to 'nixos/modules/virtualisation/azure-config.nix')
-rw-r--r--nixos/modules/virtualisation/azure-config.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/nixos/modules/virtualisation/azure-config.nix b/nixos/modules/virtualisation/azure-config.nix
new file mode 100644
index 00000000000..5c9f18ef52a
--- /dev/null
+++ b/nixos/modules/virtualisation/azure-config.nix
@@ -0,0 +1,5 @@
+{ config, pkgs, modulesPath, ... }:
+
+{
+  imports = [ "${modulesPath}/virtualisation/azure-image.nix" ];
+}