summary refs log tree commit diff
path: root/nixos/modules/virtualisation/azure-config-user.nix
blob: 267ba50ae025a6e16675ece245f17a7367f12aa6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
{ modulesPath, ... }:

{
  # To build the configuration or use nix-env, you need to run
  # either nixos-rebuild --upgrade or nix-channel --update
  # to fetch the nixos channel.

  # This configures everything but bootstrap services,
  # which only need to be run once and have already finished
  # if you are able to see this comment.
  imports = [ "${modulesPath}/virtualisation/azure-common.nix" ];
}