diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..4834369 --- /dev/null +++ b/README.md @@ -0,0 +1,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. |
