diff --git a/flake.nix b/flake.nix index 5b97fc7..b7e1034 100644 --- a/flake.nix +++ b/flake.nix @@ -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;