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
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:
@@ -132,7 +132,7 @@ rebuild_node() {
|
|||||||
timeout "$REBUILD_TIMEOUT" nixos-rebuild switch \
|
timeout "$REBUILD_TIMEOUT" nixos-rebuild switch \
|
||||||
--flake "$FLAKE_DIR#$node_name" \
|
--flake "$FLAKE_DIR#$node_name" \
|
||||||
--target-host "$ACTIVE_SSH_USER@$node_ip" \
|
--target-host "$ACTIVE_SSH_USER@$node_ip" \
|
||||||
--sudo
|
--use-remote-sudo
|
||||||
}
|
}
|
||||||
|
|
||||||
rebuild_node_with_retry() {
|
rebuild_node_with_retry() {
|
||||||
|
|||||||
Reference in New Issue
Block a user