Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

azure: boot.growPartition = true

authored by colemickens.tngl.sh and committed by Jon a5a6d775 f37aa7dd

+2
+2
nixos/modules/virtualisation/azure-common.nix
··· 15 boot.loader.grub.version = 2; 16 boot.loader.timeout = 0; 17 18 # Don't put old configurations in the GRUB menu. The user has no 19 # way to select them anyway. 20 boot.loader.grub.configurationLimit = 0;
··· 15 boot.loader.grub.version = 2; 16 boot.loader.timeout = 0; 17 18 + boot.growPartition = true; 19 + 20 # Don't put old configurations in the GRUB menu. The user has no 21 # way to select them anyway. 22 boot.loader.grub.configurationLimit = 0;