···170171 # Don't put old configurations in the GRUB menu. The user has no
172 # way to select them anyway.
173- boot.loader.grub.configurationLimit = 0;
174175 # Allow root logins only using the SSH key that the user specified
176 # at instance creation time.
···170171 # Don't put old configurations in the GRUB menu. The user has no
172 # way to select them anyway.
173+ boot.loader.grub.configurationLimit = 1;
174175 # Allow root logins only using the SSH key that the user specified
176 # at instance creation time.
+1-1
nixos/modules/virtualisation/azure-common.nix
···1415 # Don't put old configurations in the GRUB menu. The user has no
16 # way to select them anyway.
17- boot.loader.grub.configurationLimit = 0;
1819 fileSystems."/".device = "/dev/disk/by-label/nixos";
20
···1415 # Don't put old configurations in the GRUB menu. The user has no
16 # way to select them anyway.
17+ boot.loader.grub.configurationLimit = 1;
1819 fileSystems."/".device = "/dev/disk/by-label/nixos";
20
···106107 # Don't put old configurations in the GRUB menu. The user has no
108 # way to select them anyway.
109- boot.loader.grub.configurationLimit = 0;
110111 # Allow root logins only using the SSH key that the user specified
112 # at instance creation time.
···106107 # Don't put old configurations in the GRUB menu. The user has no
108 # way to select them anyway.
109+ boot.loader.grub.configurationLimit = 1;
110111 # Allow root logins only using the SSH key that the user specified
112 # at instance creation time.