azure: boot.growPartition = true

This commit is contained in:
Cole Mickens 2020-03-26 05:39:35 +00:00 committed by Jon
parent f37aa7dd69
commit a5a6d77508

View file

@ -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;