17 lines
279 B
Markdown
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
|
|
```
|