treewide: specify where mebibytes are used when it's ambiguous
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user