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

Collection of image builders [maintainer=@Lassulus]

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

Perhaps there is already a simple way to do this that I am missing, but I'd like to be able to generate a graphical installer ISO from an existing configuration...

My config is a standard `networking.networkmanager`, it does not have `networking.wireless`. Here is the log ``` ╰─>$ nix build .#nixosConfigurations.grindenstern.config.formats.install-iso error: … while calling the 'derivationStrict' builtin at /derivation-internal.nix:9:12: 8|...

are they just ignored in the install iso. should i force them to an empty attrs in the iso specif config

no hardware to test right now. so if someone wants to test it, that would be helpful :)

When I try to generate VM-Images with custom Formats in a flake file, I get the following error: ``` warning: Git tree '/home/kakn/Dokumente/Repositories/reproducibledevenvironments' is dirty warning: updating lock file '/home/kakn/Dokumente/Repositories/reproducibledevenvironments/base-config/flake.lock':...

Hey folks! This PR adds the qcow-efi format based on @ashraffouda's work and @Mic92's feedback in #194. Credit to both of them for the discussing and existing work in the...

Every one of the dozens of attempt I made at creating a NixOS instance on Linode failed with similar error messages... My most recent one was simply generated by this...

Flake which builds to a qcow2 image successfully but some elements are missing. In particular a home-manager `onChange` script which performs a git clone doesn't work. ``` Sep 14 12:40:49...

Trying to generate a 23.05 proxmox image with my config originally based on 22.11... made sure there are no 22.11 references anywhere, flushed the build folder and launched the thing....

The [README says](https://github.com/nix-community/nixos-generators/blob/b1171de4d362c022130c92d7c8adc4bf2b83d586/README.md?plain=1#L208C7-L208C7): > provides a `nixos-generate` function I believe it should say: > provides a `nixosGenerate` function