You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
The text was updated successfully, but these errors were encountered:
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:
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
).The text was updated successfully, but these errors were encountered: