Greetings, * The Question
How do I define a custom storage capacity for a Guix image, to be used by nom-Guix users? * The Context I have a repository[0] for setting up Guix virtual machines for setting up environments I can use for reproducing issues. It works fine, though, I'm having an issue with the storage available for the virtual machines: <https://0x0.st/PimL.png> They don't use the disk size I gave them (in the case of this screenshot, /dev/sda). Now, I have to admit that my experience with VMs was mostly just chucking Linux ISOs at VirtualBox on Windows, so the solution must be really simple. I tried to define a file-system for /dev/sda in the file-systems field but had no success. I generate and run the VMs with the make-iso[1] script. [0] <https://github.com/gs-101/guix-vm> [1] <https://github.com/gs-101/guix-vm/blob/main/make-iso> Regards, -- Gabriel Santos
