Distributed build: Difference between revisions
m →Modify the local machine's Nix config to know about the remote machine.: Remove erroneous bold header |
Link to Nixos-rebuild#Deploying_on_other_machines |
||
| Line 249: | Line 249: | ||
* I can ping the store as root, but I'm getting "broken pipe" errors when trying to distribute. | * I can ping the store as root, but I'm getting "broken pipe" errors when trying to distribute. | ||
** You may have hit bug {{Issue|46038}}. Add <code>nix.distributedBuilds = true;</code> to <code>configuration.nix</code> and <code>nixos-rebuild switch</code>. | ** You may have hit bug {{Issue|46038}}. Add <code>nix.distributedBuilds = true;</code> to <code>configuration.nix</code> and <code>nixos-rebuild switch</code>. | ||
== Tips and tricks == | |||
=== One-time remote build === | |||
For a quick, one-time remote build without needing to change any system settings, see [[Nixos-rebuild#Deploying_on_other_machines]]. | |||
== See also == | == See also == | ||