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