mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 19:55:41 +03:00
nixos/azure: move image specific config out of azure-common
This commit is contained in:
parent
0842888553
commit
6b9a77767a
3 changed files with 84 additions and 49 deletions
|
@ -8,5 +8,11 @@
|
|||
# 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" ];
|
||||
imports = [
|
||||
"${modulesPath}/virtualisation/azure-common.nix"
|
||||
"${modulesPath}/virtualisation/azure-image.nix"
|
||||
];
|
||||
|
||||
# Please update the VM Generation to the actual value
|
||||
virtualisation.azureImage.vmGeneration = "v1";
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue