0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-14 22:20:30 +03:00

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

@ -30,10 +30,10 @@
# The NixOS configuration to be installed onto the disk image.
config,
# size of the FAT boot disk, in megabytes.
# size of the FAT boot disk in MiB (1024*1024 bytes)
bootSize ? 1024,
# The size of the root disk, in megabytes.
# The size of the root disk in MiB (1024*1024 bytes)
rootSize ? 2048,
# The name of the ZFS pool
@ -74,7 +74,7 @@
# Shell code executed after the VM has finished.
postVM ? "",
# Guest memory size
# Guest memory size in MiB (1024*1024 bytes)
memSize ? 1024,
name ? "nixos-disk-image",