mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 11:45:45 +03:00
nixos/azure: improve code readability
This commit is contained in:
parent
c198f97a75
commit
6c443658e6
2 changed files with 7 additions and 12 deletions
|
@ -13,6 +13,6 @@
|
|||
"${modulesPath}/virtualisation/azure-image.nix"
|
||||
];
|
||||
|
||||
# Please update the VM Generation to the actual value
|
||||
virtualisation.azureImage.vmGeneration = "v1";
|
||||
# Please set the VM Generation to the actual value
|
||||
# virtualisation.azureImage.vmGeneration = "v1";
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue