Skip to content

Commit

Permalink
Merge pull request NixOS#11671 from onnimonni/patch-1
Browse files Browse the repository at this point in the history
Fix deprecated example from distributed-builds.md
  • Loading branch information
fricklerhandwerk authored Oct 10, 2024
2 parents 4202d4f + e6db2da commit dbcd4cd
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 store ping --store ssh://mac
$ nix store info --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 store ping --store ssh://mac?ssh-key=/home/alice/my-key
$ nix store info --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 dbcd4cd

Please sign in to comment.