diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2016-05-22 02:52:35 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2016-05-22 02:52:35 +0200 |
commit | 4007ab7b37383b677454cb4d8e7ed7760e2cf35a (patch) | |
tree | 8949dd53ed0acabc323d30118947a63a213cf988 /hel.nix | |
parent | ff1029ff110c1bd93b39418c0261478e049418d2 (diff) | |
download | nixos-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.nix | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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"; |