Skip to content

Commit

Permalink
Merge pull request #6851 from K900/patch-1
Browse files Browse the repository at this point in the history
doc/distributed-builds: don't use deprecated alias
  • Loading branch information
thufschmitt authored Aug 2, 2022
2 parents e9178d7 + f675ba5 commit 780a479
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/manual/src/advanced-topics/distributed-builds.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@ machine is accessible via SSH and that it has Nix installed. You can
test whether connecting to the remote Nix instance works, e.g.

```console
$ nix ping-store --store ssh://mac
$ nix store ping --store ssh://mac
```

will try to connect to the machine named `mac`. It is possible to
specify an SSH identity file as part of the remote store URI, e.g.

```console
$ nix ping-store --store ssh://mac?ssh-key=/home/alice/my-key
$ nix store ping --store ssh://mac?ssh-key=/home/alice/my-key
```

Since builds should be non-interactive, the key should not have a
Expand Down

0 comments on commit 780a479

Please sign in to comment.