nixos-base-image/README.md
2025-06-10 14:54:34 +02:00

17 lines
295 B
Markdown

# NixOS 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
```