treewide: use auto diskSize for make-disk-image

(cherry picked from commit f3aa040bcb)
This commit is contained in:
lassulus
2021-04-24 14:49:07 -04:00
committed by Samuel Dionne-Riel
parent ba666011a6
commit 5aa4273e4f
9 changed files with 22 additions and 16 deletions
@@ -12,8 +12,8 @@ with lib;
system.build.openstackImage = import ../../../lib/make-disk-image.nix {
inherit lib config;
additionalSpace = "1024M";
pkgs = import ../../../.. { inherit (pkgs) system; }; # ensure we use the regular qemu-kvm package
diskSize = 8192;
format = "qcow2";
configFile = pkgs.writeText "configuration.nix"
''