aboutsummaryrefslogtreecommitdiff
path: root/tools/common.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tools/common.sh')
-rw-r--r--tools/common.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/common.sh b/tools/common.sh
index f74f38f..2b8e948 100644
--- a/tools/common.sh
+++ b/tools/common.sh
@@ -168,7 +168,7 @@ setenv() {
local _store _switchop
printf -v _store '%q' "$store"
printf -v _switchop '%q' "$switchop"
- _rootssh "$device" "$_store/bin/nixos-system -s $_switchop"
+ _rootssh "$device" "$_store/bin/nixos-system $_switchop"
else
warning "The latest system might have been already set."
fi