nixos-base-image/README.md
2025-06-09 22:59:09 +02:00

17 lines
294 B
Markdown

# Nixs base image for promxox
This is the nixos base image to be used as a template in proxmox
## Using this base image
Build the image on remote builder
```bash
nix build .#base
```
Copy to target proxmox storage
```bash
chmod +x scripts/run_ansible_ci.sh
./scripts/run_ansible_ci.sh
```