summary refs log tree commit diff
path: root/nixos/modules/virtualisation/azure-image.nix
diff options
context:
space:
mode:
authorCole Mickens <cole.mickens@gmail.com>2016-03-10 23:15:52 -0800
committerEvgeny Egorochkin <phreedom@yandex.ru>2016-03-13 13:57:30 +0200
commit73487f461941e89f1d4d76823e5d2fe2a2699f64 (patch)
treebe624e89b2716d3fc9bbdc917c929fe7a2871a6d /nixos/modules/virtualisation/azure-image.nix
parentc6834ab5276c81d80d22b7b172fe92783f537123 (diff)
downloadnixpkgs-73487f461941e89f1d4d76823e5d2fe2a2699f64.tar
nixpkgs-73487f461941e89f1d4d76823e5d2fe2a2699f64.tar.gz
nixpkgs-73487f461941e89f1d4d76823e5d2fe2a2699f64.tar.bz2
nixpkgs-73487f461941e89f1d4d76823e5d2fe2a2699f64.tar.lz
nixpkgs-73487f461941e89f1d4d76823e5d2fe2a2699f64.tar.xz
nixpkgs-73487f461941e89f1d4d76823e5d2fe2a2699f64.tar.zst
nixpkgs-73487f461941e89f1d4d76823e5d2fe2a2699f64.zip
virtualization/azure: fixes
azure-agent: add option for verbose logging
azure-agent: disable ssh host key regeneration
azure-common: set verbose logging on
azure-image: increase size to 30GB
Diffstat (limited to 'nixos/modules/virtualisation/azure-image.nix')
-rw-r--r--nixos/modules/virtualisation/azure-image.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/virtualisation/azure-image.nix b/nixos/modules/virtualisation/azure-image.nix
index 79d1f7d7cc4..f7949b50137 100644
--- a/nixos/modules/virtualisation/azure-image.nix
+++ b/nixos/modules/virtualisation/azure-image.nix
@@ -2,7 +2,7 @@
 
 with lib;
 let
-  diskSize = "4096";
+  diskSize = "30720";
 in
 {
   system.build.azureImage =