ssh: Honor the SOCKET-NAME argument of connect-to-remote-daemon.
* guix/ssh.scm (connect-to-remote-daemon): Pass the `socket-name' variable to the `open-connection' call so that it is honored.master
parent
8d3beb3a44
commit
2e4d83398b
|
@ -161,7 +161,7 @@ Throw an error on failure."
|
||||||
"/var/guix/daemon-socket/socket"))
|
"/var/guix/daemon-socket/socket"))
|
||||||
"Connect to the remote build daemon listening on SOCKET-NAME over SESSION,
|
"Connect to the remote build daemon listening on SOCKET-NAME over SESSION,
|
||||||
an SSH session. Return a <nix-server> object."
|
an SSH session. Return a <nix-server> object."
|
||||||
(open-connection #:port (remote-daemon-channel session)))
|
(open-connection #:port (remote-daemon-channel session socket-name)))
|
||||||
|
|
||||||
|
|
||||||
(define (store-import-channel session)
|
(define (store-import-channel session)
|
||||||
|
|
Reference in New Issue