more ssl bundle overrides
This commit is contained in:
parent
bb9710df8a
commit
549669cf7f
1 changed files with 1 additions and 0 deletions
|
@ -40,6 +40,7 @@ in {
|
|||
];
|
||||
security.pki.certificateFiles = [ form3_cert_path system_cert_bundle_path ];
|
||||
environment.variables = {
|
||||
SSL_CERT_FILE = form3_cert_bundle;
|
||||
NIX_SSL_CERT_FILE = form3_cert_bundle;
|
||||
BUNDLE_SSL_CA_CERT = form3_cert_bundle;
|
||||
CARGO_NET_GIT_FETCH_WITH_CLI = "true";
|
||||
|
|
Loading…
Reference in a new issue