nixos-generators
nixos-generators copied to clipboard
Collection of image builders [maintainer=@Lassulus]
Hi, two weeks ago, I created customized NixOS 24.05 images for Incus, following https://wiki.nixos.org/wiki/Incus#Custom_Images. These images worked fine out of the box. Yesterday, I created another set, for both 24.05...
Since https://github.com/nix-community/nixos-generators/pull/375, it's not possible to use the modules such as `nixos-generators.nixosModules.linode` while building images based on the latest stable nixos (24.05) . e.g. an example flake like the below...
``` 1 potential rule ‼️ Action Required ‼️ The configuration uses the deprecated allow_merging_configuration_change attribute of the queue action in one or more pull_request_rules. It must be removed from the...
Hello, I have been able to generate Amazon images(among other variants) by using the `nixosGenerate` function. Once on the instance, for me to `rebuild-switch`, I find it difficult because I...
Bumps [DeterminateSystems/update-flake-lock](https://github.com/determinatesystems/update-flake-lock) from 26 to 28. Release notes Sourced from DeterminateSystems/update-flake-lock's releases. v28 What's Changed Includes an update of peter-evans/create-pull-request to v7.0.9, which fixes compatibility when using actions/checkout@v6. Update Nix...
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 6. Release notes Sourced from actions/checkout's releases. v6.0.0 What's Changed Update README to include Node.js 24 support details and requirements by @salmanmkc in actions/checkout#2248 Persist...
Hello there and thanks for this project! :) I spent a couple hours debugging this issue [the other day](https://aldur.blog/micros/2025/10/02/unresponsive-claude/). I _think_ the issue is that the `resize` script: https://github.com/nix-community/nixos-generators/blob/fb30cf1cbebe3f5100dbd605138b2eec44ad217f/formats/vm-nogui.nix#L2-L11 I...
I'm using the raw-efi nixos-generator to build an image that can run under UTM using apples virtualization engine however it hangs on boot. I've cut the example right back to...
``` [spiderunderurbed@daspidercave:~/nixnuc/nixmoxer]$ ./commands.sh [INFO] Building VM... warning: Git tree '/home/spiderunderurbed/nixnuc/nixmoxer' is dirty evaluation warning: system.stateVersion is not set, defaulting to 25.11. Read why this matters on https://nixos.org/manual/nixos/stable/options.html#opt-system.stateVersion. [1/0/1 built, 0.0...
I'm on x86_64 nixos, trying to generate a rpi image. Like mentioned in the README.md I've added this to my host configuration.nix: ``` { # Enable binfmt emulation of aarch64-linux....