Skip to content

Commit

Permalink
nixos/hydra: unset SSL_CERT_FILE (#338536)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mindavi authored Sep 9, 2024
2 parents 359b5d5 + 2d8f095 commit f6b2548
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ let

env =
{ NIX_REMOTE = "daemon";
SSL_CERT_FILE = "/etc/ssl/certs/ca-certificates.crt"; # Remove in 16.03
PGPASSFILE = "${baseDir}/pgpass";
NIX_REMOTE_SYSTEMS = lib.concatStringsSep ":" cfg.buildMachinesFiles;
} // lib.optionalAttrs (cfg.smtpHost != null) {
Expand Down

0 comments on commit f6b2548

Please sign in to comment.