···170170171171 # Don't put old configurations in the GRUB menu. The user has no
172172 # way to select them anyway.
173173- boot.loader.grub.configurationLimit = 0;
173173+ boot.loader.grub.configurationLimit = 1;
174174175175 # Allow root logins only using the SSH key that the user specified
176176 # at instance creation time.
+1-1
nixos/modules/virtualisation/azure-common.nix
···14141515 # Don't put old configurations in the GRUB menu. The user has no
1616 # way to select them anyway.
1717- boot.loader.grub.configurationLimit = 0;
1717+ boot.loader.grub.configurationLimit = 1;
18181919 fileSystems."/".device = "/dev/disk/by-label/nixos";
2020
···106106107107 # Don't put old configurations in the GRUB menu. The user has no
108108 # way to select them anyway.
109109- boot.loader.grub.configurationLimit = 0;
109109+ boot.loader.grub.configurationLimit = 1;
110110111111 # Allow root logins only using the SSH key that the user specified
112112 # at instance creation time.