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

Looking for an example on how to generate a Oracle Cloud oci compatible image with basic options as slim as possible, for both the Ampere and the Amd64 services.

## Summary Running `nixos-rebuild` on a customized (or vanilla) `proxmox-lxc` image is unsuccessful, renders the container into an unmanageable state, and some configuration seems to be removed. ## Steps to...

``` error: The option `system.build.installBootLoader' is defined multiple times while it's expected to be unique. Only one bootloader can be enabled at a time. This requirement has not been checked...

Many derivations can be built with parameters passed in, such as with `--arg profiling true` to set profiling to `true`. Consider supporting parameter arguments from the command line.

I wanted to be able to inject files into a qcow image using the `content` parameter in the qcow builder; I just passed it in via `specialArgs`. Not really sure...

Hi everyone! I have a question. How can I make my root directory persistent? I want to keep files and certain changes (e.g. passwords) between reboots. Thanks!

nixos-generators is a small wrapper around NixOS modules. If we could get this upstreamed, it would be better maintained, as most of the bugs posted here are actually upstream issues....