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

@@ -19,13 +19,13 @@
# The NixOS configuration to be installed onto the disk image.
config,
# size of the FAT partition, in megabytes.
bootSize ? 1024
# size of the FAT partition, in MiB (1024x1024 bytes).
bootSize ? 1024,
, # memory allocated for virtualized build instance
# memory allocated for virtualized build instance, in MiB (1024x1024 bytes).
memSize ? 1024,
# The size of the root partition, in megabytes.
# The size of the root partition, in MiB (1024x1024 bytes).
rootSize ? 2048,
# The name of the ZFS pool