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