mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-12 05:16:25 +03:00
treewide: use auto diskSize for make-disk-image
(cherry picked from commit f3aa040bcb
)
This commit is contained in:
parent
ba666011a6
commit
5aa4273e4f
9 changed files with 22 additions and 16 deletions
|
@ -10,7 +10,6 @@ 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