mirror of
https://github.com/nix-community/disko.git
synced 2024-11-09 00:04:18 +03:00
fixup! types disk: add imageSize for makeDiskImage
This commit is contained in:
parent
578ad4ef34
commit
8edfd2295c
@ -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 New Issue
Block a user