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 15 boot.loader.grub.version = 2; 16 16 boot.loader.timeout = 0; 17 17 18 + boot.growPartition = true; 19 + 18 20 # Don't put old configurations in the GRUB menu. The user has no 19 21 # way to select them anyway. 20 22 boot.loader.grub.configurationLimit = 0;