at 25.11-pre 568 B view raw
1{ modulesPath, ... }: 2 3{ 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. 7 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 = [ 12 "${modulesPath}/virtualisation/azure-common.nix" 13 "${modulesPath}/virtualisation/azure-image.nix" 14 ]; 15 16 # Please set the VM Generation to the actual value 17 # virtualisation.azureImage.vmGeneration = "v1"; 18}