treewide: specify where mebibytes are used when it's ambiguous

This commit is contained in:
Axel Karjalainen
2025-07-11 00:44:23 +03:00
parent dd082b8161
commit 7159ab6f43
16 changed files with 32 additions and 33 deletions

View File

@@ -96,7 +96,7 @@
# The NixOS configuration to be installed onto the disk image.
config,
# The size of the disk, in megabytes.
# The size of the disk, in MiB (1024*1024 bytes).
# if "auto" size is calculated based on the contents copied to it and
# additionalSpace is taken into account.
diskSize ? "auto",
@@ -152,7 +152,7 @@
# Shell code executed after the VM has finished.
postVM ? "",
# Guest memory size
# Guest memory size in MiB (1024*1024 bytes)
memSize ? 1024,
# Copy the contents of the Nix store to the root of the image and