From 5067cc312e32b47862a8c02455bb2cd8f89a48a0 Mon Sep 17 00:00:00 2001 From: lassulus Date: Sat, 9 Sep 2017 16:20:47 +0200 Subject: set certificates --- krebs/2configs/default.nix | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'krebs/2configs/default.nix') diff --git a/krebs/2configs/default.nix b/krebs/2configs/default.nix index c3400e17..90aaa254 100644 --- a/krebs/2configs/default.nix +++ b/krebs/2configs/default.nix @@ -4,6 +4,13 @@ with import ; { imports = [ ./backup.nix + (let ca-bundle = "${pkgs.cacert}/etc/ssl/certs/ca-bundle.crt"; in { + environment.variables = { + CURL_CA_BUNDLE = ca-bundle; + GIT_SSL_CAINFO = ca-bundle; + SSL_CERT_FILE = ca-bundle; + }; + }) ]; krebs.announce-activation.enable = true; krebs.enable = true; -- cgit v1.2.3