aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2020-08-10 12:52:34 -0300
committerEuAndreh <eu@euandre.org>2020-08-10 12:52:41 -0300
commit3f182d68ddbb896082a53f9a67ceb13b31675071 (patch)
treebe3cbaf73deb40621b06035fe8a236897f5ff14b /README.md
parentRemove old archive.org (diff)
downloadtoph-3f182d68ddbb896082a53f9a67ceb13b31675071.tar.gz
toph-3f182d68ddbb896082a53f9a67ceb13b31675071.tar.xz
Add simple README.md file
Diffstat (limited to 'README.md')
-rw-r--r--README.md17
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.