From 8edfd2295cbcbc152def4612e09c916e08d04d7c Mon Sep 17 00:00:00 2001 From: lassulus Date: Fri, 28 Jul 2023 14:02:16 +0200 Subject: [PATCH] fixup! types disk: add imageSize for makeDiskImage --- lib/types/disk.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/types/disk.nix b/lib/types/disk.nix index 20485a5..c8bb117 100644 --- a/lib/types/disk.nix +++ b/lib/types/disk.nix @@ -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 {