grafana-alloy: don't build the frontend twice
[NixPkgs.git] / nixos / modules / virtualisation / azure-config-user.nix
blob267ba50ae025a6e16675ece245f17a7367f12aa6
1 { modulesPath, ... }:
4   # To build the configuration or use nix-env, you need to run
5   # either nixos-rebuild --upgrade or nix-channel --update
6   # to fetch the nixos channel.
8   # This configures everything but bootstrap services,
9   # which only need to be run once and have already finished
10   # if you are able to see this comment.
11   imports = [ "${modulesPath}/virtualisation/azure-common.nix" ];