nixos-generators icon indicating copy to clipboard operation
nixos-generators copied to clipboard

Collection of image builders [maintainer=@Lassulus]

Results 120 nixos-generators issues
Sort by recently updated
recently updated
newest added

i gave nixos-generators a try with: `nix-shell -p nixos-generators` and `(sudo) nixos-generate -f sd-aarch64 -c /etc/nixos/configuration.nix -o ~/nixos-sd-card.img` it resulted in the following error, would anyone be so kind an...

The kexec and kexec-bundle formats were considered broken in #241: > move some broken formats to `./formats-broken` to fix later As far as I understand it's because some [kexec code...

The Linode config created in #175 largely exists upstream as `nixos/modules/virtualisation/linode-image.nix` (an effort that predates it and took forever to get merged). Since this is released as of `22.11`, could...

The cloudstack format was considered broken in #241: > move some broken formats to `./formats-broken` to fix later This is the tracking issue for the *cloudstack* format. Note: I created...

I'm trying to build an x86_64-linux image from my aarch64-linux host, but I get the following error: ``` $ nix run github:nix-community/nixos-generators --print-build-logs -- --system x86_64-linux -f lxc-metadata nixos-generate> unpacking...

Accepts a new paramater nixosSystem if not null use extendModules rather than creating a new nixosSystem.

Title sums it up. I'm using nixosGenerate in a flake. Given a minimal example as such: ``` mkVmImage = modules: nixos-generators.nixosGenerate { modules = modules; system = "..."; format =...

I have tried to boot a raw-efi image and got similar situation to the one described here: https://github.com/nix-community/nixos-generators/issues/192 I had to manually mount `/boot` in order to continue (it worked...

Is it possible to write this directly to a device?;) That way I don't have to dd it afterwards.