Merge pull request 'fix: restore use-remote-sudo for nixos-rebuild compatibility' (#62) from stage into master
Some checks failed
Terraform Apply / Terraform Apply (push) Has been cancelled

Reviewed-on: #62
This commit was merged in pull request #62.
This commit is contained in:
2026-03-01 00:22:57 +00:00

View File

@@ -132,7 +132,7 @@ rebuild_node() {
timeout "$REBUILD_TIMEOUT" nixos-rebuild switch \
--flake "$FLAKE_DIR#$node_name" \
--target-host "$ACTIVE_SSH_USER@$node_ip" \
--sudo
--use-remote-sudo
}
rebuild_node_with_retry() {