Skip to content

Commit

Permalink
deploy-rs: Disable SSH multiplexing
Browse files Browse the repository at this point in the history
See: serokell/deploy-rs#226

Signed-off-by: Manuel Hutter <[email protected]>
  • Loading branch information
mhutter committed Jan 10, 2024
1 parent c835e3f commit bd095e2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@
hostname = "rhea";
sshUser = "root";
remoteBuild = true;
# See: https://github.com/serokell/deploy-rs/issues/226
sshOpts = [ "-oControlMaster=no" "-oControlPath=/dev/null" ];

profiles.system = {
path = deploy-rs.lib.x86_64-linux.activate.nixos self.nixosConfigurations.rhea;
Expand Down

0 comments on commit bd095e2

Please sign in to comment.