Distributed build: Difference between revisions
m fix formatting + fix `-L` flag not working in `useradd` + add info to chown `~nixremote/.ssh` dir Tags: Mobile edit Mobile web edit |
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. | nix.settings = { | ||
builders-use-substitutes = true | builders-use-substitutes = true; | ||
}; | |||
} | } | ||
</nowiki>}} | </nowiki>}} |