mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 19:55:41 +03:00
Revert "treewide: use auto diskSize for make-disk-image"
This reverts commit f3aa040bcb
.
This commit is contained in:
parent
f521b12b0e
commit
4fb91cbafe
9 changed files with 16 additions and 22 deletions
|
@ -10,6 +10,7 @@ with lib;
|
|||
|
||||
system.build.cloudstackImage = import ../../../lib/make-disk-image.nix {
|
||||
inherit lib config pkgs;
|
||||
diskSize = 8192;
|
||||
format = "qcow2";
|
||||
configFile = pkgs.writeText "configuration.nix"
|
||||
''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue