summary refs log tree commit diff
path: root/nixos/modules/virtualisation/azure-config.nix
blob: 780bd1b78dce5b286b88c56e743e12a8042f0d3b (plain) (blame)
1
2
3
4
5
{ modulesPath, ... }:

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