azure: boot.growPartition = true

wip/yesman
Cole Mickens 4 years ago committed by Jon
parent f37aa7dd69
commit a5a6d77508
  1. 2
      nixos/modules/virtualisation/azure-common.nix

@ -15,6 +15,8 @@ with lib;
boot.loader.grub.version = 2;
boot.loader.timeout = 0;
boot.growPartition = true;
# Don't put old configurations in the GRUB menu. The user has no
# way to select them anyway.
boot.loader.grub.configurationLimit = 0;

Loading…
Cancel
Save