nixos-generators
nixos-generators copied to clipboard
Collection of image builders [maintainer=@Lassulus]
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....
Create a `qcow-efi` image with `./nixos-generate -c configuration.nix -f qcow-efi --disk-size 20480` on the root of this repository. The generated qcow image has a different disk size than specified: ```...
Thanks for `nixos-generators`! Fixes: #369 This PR allows to configure the `/boot` partition size on those formats that specify one. It also provides the ability to set the flag from...
I followed the instructions for the "Using as a nixos-module" method. My configuration can be found [here](https://github.com/SebastianStork/nixos-config/blob/main/hosts/installer/default.nix). When I run `nix build .#nixosConfigurations.installer.config.formats.iso` I get this error: ```nix error: builder...