forked from lix-project/hydra
Fix Persona logins
This commit is contained in:
parent
f933762358
commit
f5548dc225
|
@ -19,6 +19,7 @@ let
|
|||
env =
|
||||
{ NIX_REMOTE = "daemon";
|
||||
SSL_CERT_FILE = "/etc/ssl/certs/ca-certificates.crt";
|
||||
OPENSSL_X509_CERT_FILE = "/etc/ssl/certs/ca-certificates.crt"; # FIXME: remove on NixOS >= 15.07
|
||||
PGPASSFILE = "${baseDir}/pgpass";
|
||||
} // hydraEnv // cfg.extraEnv;
|
||||
|
||||
|
|
Loading…
Reference in a new issue