lassulus

Results 179 comments of lassulus

it should, but not sure if a qcow falls out of there

maybe I will do a qcow-efi format, since everything would be different basically :D I guess the cleanest way would be to do a module for make-disk-image.nix which exposes all...

hmm, no, as you can see it fallsback to tcg. but for some reason the efi partition seems to be missing. not sure why though but I was able to...

alright, I created a PR https://github.com/nix-community/nixos-generators/pull/152 can you check if that fixes it for you? thanks

hmm, its hard to fix this generally, but I can try to come up with some mkIfs in the qcow format

I created this PR, would be nice if someone could test it: https://github.com/nix-community/nixos-generators/pull/174

should be fixed by https://github.com/nix-community/nixos-generators/pull/174

Not sure I follow you. Could you post a config to reproduce the issue? also, yes the diskSize is currently hardcoded, making it dynamic requires upstream work. I'm trying to...

I implemented a PR for nixpkgs which could solve some of the issues: https://github.com/NixOS/nixpkgs/pull/89331

better late than never: It would be nice to have squashfs optionally, since compressing everything takes forever when debugging something. Sadly I don't know how to do this and I...