RemoteBuilder : Add extra nix config to cache builds.
This commit is contained in:
parent
bf299ec25a
commit
5795283bf6
|
@ -2,5 +2,6 @@
|
||||||
# To apply: nix sign-paths --all -k /path/to/secret-key-file
|
# To apply: nix sign-paths --all -k /path/to/secret-key-file
|
||||||
nix.extraOptions = ''
|
nix.extraOptions = ''
|
||||||
extra-secret-key-files = /root/.nixcache/secret-key-file
|
extra-secret-key-files = /root/.nixcache/secret-key-file
|
||||||
|
builders-use-substitutes = true
|
||||||
'';
|
'';
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue