No description
| .gitignore | ||
| build.sh | ||
| config | ||
| configuration.nix | ||
| flake.lock | ||
| flake.nix | ||
| LICENSE | ||
| README.md | ||
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.