-
-
Notifications
You must be signed in to change notification settings - Fork 152
Open
Description
Create a qcow-efi
image with ./nixos-generate -c configuration.nix -f qcow-efi --disk-size 20480
on the root of this repository.
The generated qcow image has a different disk size than specified:
/dev/disk/by-label/nixos 2.9G 1.5G 1.2G 55% /
It effectively defaults to the qemu-efi module option of boot.diskSize = "auto";
, given nothing sets the disk size as the module option expects (boot.diskSize
).
Metadata
Metadata
Assignees
Labels
No labels