nixos-base-image/README.md
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
```