1
0
Fork 0
vcp-bula-nixfiles/README.md

19 lines
281 B
Markdown

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