# VCP Bundeslager 2022 Nixfiles ## How to deploy ``` ./deploy.sh apply switch --on vpn7 ``` or to deploy all gateways: ``` ./deploy.sh apply switch --on gateway ``` There is a special case for the nixdeploy-host: ``` ./deploy.sh apply-local switch --sudo --node nixdeploy ```