RemoteBuilder : Remove unneded config.

This commit is contained in:
Dmitry Voronin 2024-03-10 06:46:02 +03:00
parent 77c05625bc
commit 2aec98e5a3

View file

@ -1,7 +1,6 @@
{ ... }: { { ... }: {
# To apply: nix sign-paths --all -k /path/to/secret-key-file # To apply: nix store sign --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
''; '';
} }