diff options
-rw-r--r-- | README.md | 17 | ||||
-rw-r--r-- | README.org | 3 |
2 files changed, 17 insertions, 3 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. diff --git a/README.org b/README.org deleted file mode 100644 index 5a8b143..0000000 --- a/README.org +++ /dev/null @@ -1,3 +0,0 @@ -** Operation -*** Shutdown a single container -Useful for |