We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f14c323 + 0ea971e commit 0aa6273Copy full SHA for 0aa6273
targets/nixos-wiki.nixos.org/deploy.sh
@@ -78,7 +78,7 @@ deploy_system() {
78
79
local retry_count=0
80
while [ $retry_count -lt $MAX_RETRIES ]; do
81
- if nixos-rebuild-ng switch ----use-substitutes --flake "${FLAKE_TARGET}" --target-host "${SSH_TARGET}"; then
+ if nixos-rebuild-ng switch --use-substitutes --flake "${FLAKE_TARGET}" --target-host "${SSH_TARGET}"; then
82
log "Deployment successful"
83
return 0
84
else
0 commit comments