Skip to content

Commit 2ba6697

Browse files
Merge pull request #404 from duesee/main
2 parents 287f921 + f699e76 commit 2ba6697

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nixos-modules/microvm/options.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ in
269269
};
270270
size = mkOption {
271271
type = int;
272-
description = "Volume size if created automatically";
272+
description = "Volume size (in MiB) if created automatically";
273273
};
274274
autoCreate = mkOption {
275275
type = bool;

0 commit comments

Comments
 (0)