nixos-base-image/README.md
plasmagoat e276928862
Some checks failed
Build & Upload NixOS Proxmox Image / Release Image (push) Has been cancelled
Build & Upload NixOS Proxmox Image / Build NixOS Base Image (push) Has been cancelled
ready for release
2025-06-09 03:11:06 +02:00

17 lines
279 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
cd ansible
ansible-playbook upload-template.yml
```