nixos/azure: improve code readability

This commit is contained in:
codgician 2024-12-29 19:07:38 +08:00
parent c198f97a75
commit 6c443658e6
No known key found for this signature in database
2 changed files with 7 additions and 12 deletions

View file

@ -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";
}