aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
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.