aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: 4834369c6c81e4f3128b5f95d745e153deaabe5f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# VPS

## Re-creating everything from scratch

```shell
./terraform-update.sh
# ...wait for the DNS to propagate...
./nixos-update.sh
```

## After an update on `vps.tf`

Same as above.

## After editing `vps-configuration.nix` or other OS files

Just run the `./nixos-update.sh` script.