From 4007ab7b37383b677454cb4d8e7ed7760e2cf35a Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Sun, 22 May 2016 02:52:35 +0200 Subject: SSL_CERT_FILE --- hel.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/hel.nix b/hel.nix index 5bfb4dcc..4c7868f7 100644 --- a/hel.nix +++ b/hel.nix @@ -264,6 +264,10 @@ options = "--delete-older-than 30d"; }; + environment.variables = { + SSL_CERT_FILE = "/etc/ssl/certs/ca-certificates.crt"; + }; + environment.etc."X11/xorg.conf.d/50-wacom.conf".source = lib.mkForce ./hel/wacom.conf; environment.etc."sane.d/dll.conf".text = "xerox_mfp"; -- cgit v1.2.3