aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2020-11-02 17:25:06 -0300
committerEuAndreh <eu@euandre.org>2020-11-02 17:25:06 -0300
commit4d35684a71a18ac8ee4706f0972bd3b9e387d046 (patch)
treeaee3a64cacd809dee85c233135bb59ae5dd63c07 /README.md
parentAdd Vultr API KEY to .envrc to enable calling "terraform destroy" from shell (diff)
downloadtoph-4d35684a71a18ac8ee4706f0972bd3b9e387d046.tar.gz
toph-4d35684a71a18ac8ee4706f0972bd3b9e387d046.tar.xz
README: Rename nixos-update.sh -> nixos-switch.sh
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index fc6b667..419c3ac 100644
--- a/README.md
+++ b/README.md
@@ -9,7 +9,7 @@ direnv allow
./terraform-update.sh
# wait for the DNS to propagate, so
# letsencrypt can create the certificates
-./nixos-update.sh
+./nixos-switch.sh
```
### After an update on `vps.tf`
@@ -18,7 +18,7 @@ Same as above.
### After editing `vps-configuration.nix` or other OS files
-Just run the `./nixos-update.sh` script.
+Just run the `./nixos-switch.sh` script.
## Base image
The basic `configuration.nix` file in the current snapshots looks just like this:
@@ -68,7 +68,7 @@ user to write to it by piping through SSH without trying some
sudo chown andreh /etc/nixos/configuration.nix
```
-With that `./nixos-update.sh` can write to the NixOS configuration file without
+With that `./nixos-switch.sh` can write to the NixOS configuration file without
running into issues with `sudo` password permissions through the SSH pipe while
writing to stdin.