summaryrefslogtreecommitdiff
path: root/hel.nix
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2016-05-22 02:52:35 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2016-05-22 02:52:35 +0200
commit4007ab7b37383b677454cb4d8e7ed7760e2cf35a (patch)
tree8949dd53ed0acabc323d30118947a63a213cf988 /hel.nix
parentff1029ff110c1bd93b39418c0261478e049418d2 (diff)
downloadnixos-4007ab7b37383b677454cb4d8e7ed7760e2cf35a.tar
nixos-4007ab7b37383b677454cb4d8e7ed7760e2cf35a.tar.gz
nixos-4007ab7b37383b677454cb4d8e7ed7760e2cf35a.tar.bz2
nixos-4007ab7b37383b677454cb4d8e7ed7760e2cf35a.tar.xz
nixos-4007ab7b37383b677454cb4d8e7ed7760e2cf35a.zip
SSL_CERT_FILE
Diffstat (limited to 'hel.nix')
-rw-r--r--hel.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/hel.nix b/hel.nix
index 5bfb4dcc..4c7868f7 100644
--- a/hel.nix
+++ b/hel.nix
@@ -264,6 +264,10 @@
264 options = "--delete-older-than 30d"; 264 options = "--delete-older-than 30d";
265 }; 265 };
266 266
267 environment.variables = {
268 SSL_CERT_FILE = "/etc/ssl/certs/ca-certificates.crt";
269 };
270
267 environment.etc."X11/xorg.conf.d/50-wacom.conf".source = lib.mkForce ./hel/wacom.conf; 271 environment.etc."X11/xorg.conf.d/50-wacom.conf".source = lib.mkForce ./hel/wacom.conf;
268 272
269 environment.etc."sane.d/dll.conf".text = "xerox_mfp"; 273 environment.etc."sane.d/dll.conf".text = "xerox_mfp";