From 3f182d68ddbb896082a53f9a67ceb13b31675071 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Mon, 10 Aug 2020 12:52:34 -0300 Subject: Add simple README.md file --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 README.md (limited to 'README.md') 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. -- cgit v1.2.3