2022-07-05 18:52:16 +02:00
|
|
|
# VCP Bundeslager 2022 Nixfiles
|
2022-07-07 20:07:53 +02:00
|
|
|
|
|
|
|
## 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
|
|
|
|
```
|
|
|
|
|