From cfacd69575b5888bf3e054c9f8056a19c4b5903e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Tue, 16 Jan 2024 17:00:20 +0100 Subject: Rework --- tools/common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/common.sh') 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 -- cgit v1.2.3