1
0
vcp-bula-nixfiles/README.md
2022-07-07 20:07:53 +02:00

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