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 can't build Proxmox LXC images at the moment. ([config](https://github.com/shymega/nixfigs/blob/experimental/nixos-generators/nix/generators.nix)) It looks like an upstream Nixpkgs issue, but I'm opening an issue here for reference. I will do some digging......

I built an image using this command: ```shell nix --extra-experimental-features nix-command --extra-experimental-features flakes run github:nix-community/nixos-generators -- --format proxmox ``` after scp'ing the image over and running qmrestore, I get the...

Running `nixos-generate -f vm-nogui --run` produces a VM that boots, but it fails at the login stage with the following error: ``` > Run 'nixos-help' for the NixOS manual. nixos...

Hey there, Maybe I'm completely missing this but I've looked in `--help` and in Github but I cannot find a way to disable to compression. I'm using this to make...

# Feature added - Exposes the upstream options to configure underlying storage. # What problem does it solve? When Proxmox does not have `local-lvm` as a default storage then qmrestore...

I'm not sure it this would be considered a bug. If one adjust an existing format using `formatConfigs` and changes something that affects the resulting file extension, e.g.,: ```nix {...

Note: This is based on https://github.com/nix-community/nixos-generators/pull/375, so please begin your review at 1dee94896d61bc31c71bc832523306efd6db5d50 or wait for a merge of the former PR and the following rebase :) Started to go...

This depends on nixpkgs PR https://github.com/NixOS/nixpkgs/pull/339535, so I am drafting it here for visibility, feedback and CI :)

The example to adjust the `diskSize` in the readme doesn't work for me. `nix build` expects a string like this: ``` test = nixos-generators.nixosGenerate ( config-test // { format =...