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