mirror of
https://github.com/nix-community/disko
synced 2024-11-10 06:14:14 +00:00
fixup! types disk: add imageSize for makeDiskImage
This commit is contained in:
parent
578ad4ef34
commit
8edfd2295c
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@
|
|||
size of the image if the makeDiskImage function from diksoLib is used.
|
||||
is used as an argument to truncate -s
|
||||
'';
|
||||
default = "15G";
|
||||
default = "2G";
|
||||
};
|
||||
content = diskoLib.deviceType { parent = config; device = config.device; };
|
||||
_meta = lib.mkOption {
|
||||
|
|
Loading…
Reference in a new issue