aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index f714059..0cdf82b 100644
--- a/README.md
+++ b/README.md
@@ -210,7 +210,7 @@ Commit and push `.sops.yaml` and the re-encrypted `secrets/secrets.yaml`, then d
nixos-rebuild switch --flake .#eurovm \
--target-host admin@<server-ipv4> \
--build-host admin@<server-ipv4> \
- --use-remote-sudo
+ --elevate=sudo
```
If your local machine is also x86_64-linux you can omit `--build-host`.
@@ -241,7 +241,7 @@ If you push this repo to GitHub/Forgejo/cgit, update the `autoUpgrade.flake` lin
nixos-rebuild switch --flake .#eurovm \
--target-host admin@<server-ipv4> \
--build-host admin@<server-ipv4> \
- --use-remote-sudo
+ --elevate=sudo
```
If your local machine is also x86_64-linux you can omit `--build-host`.