RemoteBuilder : Remove unneded config.
This commit is contained in:
parent
77c05625bc
commit
2aec98e5a3
|
@ -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
|
|
||||||
'';
|
'';
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue