summaryrefslogtreecommitdiff
path: root/hel.nix
diff options
context:
space:
mode:
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";