RemoteBuilder : Add extra nix config to cache builds.

This commit is contained in:
Dmitry Voronin 2024-03-10 06:10:43 +03:00
parent bf299ec25a
commit 5795283bf6

View file

@ -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
''; '';
} }