mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-12 04:35:41 +03:00
azure: boot.growPartition = true
This commit is contained in:
parent
f37aa7dd69
commit
a5a6d77508
1 changed files with 2 additions and 0 deletions
|
@ -15,6 +15,8 @@ with lib;
|
||||||
boot.loader.grub.version = 2;
|
boot.loader.grub.version = 2;
|
||||||
boot.loader.timeout = 0;
|
boot.loader.timeout = 0;
|
||||||
|
|
||||||
|
boot.growPartition = true;
|
||||||
|
|
||||||
# Don't put old configurations in the GRUB menu. The user has no
|
# Don't put old configurations in the GRUB menu. The user has no
|
||||||
# way to select them anyway.
|
# way to select them anyway.
|
||||||
boot.loader.grub.configurationLimit = 0;
|
boot.loader.grub.configurationLimit = 0;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue