Distributed build: Difference between revisions
imported>Aviallon Remove note as issue #46038 was fixed by https://github.com/NixOS/nixpkgs/pull/46041 |
imported>Mohe2015 m Fix spelling mistake in option |
||
| Line 162: | Line 162: | ||
4. In the nix configuration of the local machine, append the content of <code>cache-pub-key.pem</code> to the option <code>trusted-public-keys</code>. Also append <code>ssh-ng://builder</code> to the option <code>substituters</code>. | 4. In the nix configuration of the local machine, append the content of <code>cache-pub-key.pem</code> to the option <code>trusted-public-keys</code>. Also append <code>ssh-ng://builder</code> to the option <code>substituters</code>. | ||
If you only want to use the remote builder occasionally as a substituter, use <code>trusted-substituters</code> instead of <code>substituters</code>. Then, when you want to use the builder, pass <code>--option extra- | If you only want to use the remote builder occasionally as a substituter, use <code>trusted-substituters</code> instead of <code>substituters</code>. Then, when you want to use the builder, pass <code>--option extra-substituters ssh-ng://builder</code> to the nix command you run. | ||
== Troubleshooting == | == Troubleshooting == | ||