Skip to content

Commit

Permalink
Fix sshOptions
Browse files Browse the repository at this point in the history
  • Loading branch information
Albin Vass committed Apr 20, 2024
1 parent 652cff3 commit 4bdaa51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
targetHost = "${name}-ssh.albinvass.se";
targetUser = "avass";
buildOnTarget = true;
sshOptions = ["ProxyCommand=cloudflared access ssh --hostname %h"];
sshOptions = ["-o ProxyCommand=cloudflared access ssh --hostname %h"];
tags = [
"pulumi:state:enabled:false"
];
Expand Down

0 comments on commit 4bdaa51

Please sign in to comment.