Distributed build: Difference between revisions

Rszyma (talk | contribs)
m fix formatting + fix `-L` flag not working in `useradd` + add info to chown `~nixremote/.ssh` dir
Tags: Mobile edit Mobile web edit
Jopejoe1 (talk | contribs)
Use modular settings option instead of multi-line string option
Line 153: Line 153:
   nix.distributedBuilds = true;
   nix.distributedBuilds = true;
   # optional, useful when the builder has a faster internet connection than yours
   # optional, useful when the builder has a faster internet connection than yours
   nix.extraOptions = ''
   nix.settings = {
     builders-use-substitutes = true
     builders-use-substitutes = true;
   '';
   };
}
}
</nowiki>}}
</nowiki>}}