No description
Find a file
2025-02-16 13:06:10 +01:00
.gitignore Initial commit 2025-02-16 13:06:04 +01:00
build.sh Initial commit 2025-02-16 13:06:04 +01:00
config Initial commit 2025-02-16 13:06:04 +01:00
configuration.nix Initial commit 2025-02-16 13:06:04 +01:00
flake.lock Initial commit 2025-02-16 13:06:04 +01:00
flake.nix Initial commit 2025-02-16 13:06:04 +01:00
LICENSE Initial commit 2025-02-16 13:06:04 +01:00
README.md Add README 2025-02-16 13:06:10 +01:00

NixOS image for Docker VM Runner

This repository is meant to be directly put into the images directory of the runner container.

To build the image run the ./build.sh script inside the repository. Note that it only has been tested with an user-only nix install and for global nix installations or NixOS there may be some permission errors that need fixing. After that there will be an image at ./nixos.qcow2. Boot it using qemu and save the state as base.

Alternatively you can also download an ready-to-use image from the releases of this repository.