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

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