summary refs log tree commit diff
diff options
context:
space:
mode:
authorCole Mickens <cole.mickens@gmail.com>2020-03-26 05:39:35 +0000
committerJon <jonringer@users.noreply.github.com>2020-03-29 13:56:55 -0700
commita5a6d77508dfd515e5f94ad92d2dfb9065e787c0 (patch)
tree8c0501eb7d7111932b829345a5cbbb0c1eb0c486
parentf37aa7dd69fde18e8f1602444e2530c23d4480f9 (diff)
downloadnixpkgs-a5a6d77508dfd515e5f94ad92d2dfb9065e787c0.tar
nixpkgs-a5a6d77508dfd515e5f94ad92d2dfb9065e787c0.tar.gz
nixpkgs-a5a6d77508dfd515e5f94ad92d2dfb9065e787c0.tar.bz2
nixpkgs-a5a6d77508dfd515e5f94ad92d2dfb9065e787c0.tar.lz
nixpkgs-a5a6d77508dfd515e5f94ad92d2dfb9065e787c0.tar.xz
nixpkgs-a5a6d77508dfd515e5f94ad92d2dfb9065e787c0.tar.zst
nixpkgs-a5a6d77508dfd515e5f94ad92d2dfb9065e787c0.zip
azure: boot.growPartition = true
-rw-r--r--nixos/modules/virtualisation/azure-common.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/nixos/modules/virtualisation/azure-common.nix b/nixos/modules/virtualisation/azure-common.nix
index 03239991b95..8efa177e30d 100644
--- a/nixos/modules/virtualisation/azure-common.nix
+++ b/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;