fixup! types disk: add imageSize for makeDiskImage

This commit is contained in:
lassulus 2023-07-28 14:02:16 +02:00 committed by mergify[bot]
parent 578ad4ef34
commit 8edfd2295c

View file

@ -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 {