summaryrefslogtreecommitdiff
path: root/hel.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hel.nix')
-rw-r--r--hel.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/hel.nix b/hel.nix
index 9b6372ac..22dec27e 100644
--- a/hel.nix
+++ b/hel.nix
@@ -277,6 +277,8 @@
277 options = "--delete-older-than 30d"; 277 options = "--delete-older-than 30d";
278 }; 278 };
279 279
280 nix.useSandbox = true;
281
280 environment.variables = { 282 environment.variables = {
281 SSL_CERT_FILE = "/etc/ssl/certs/ca-certificates.crt"; 283 SSL_CERT_FILE = "/etc/ssl/certs/ca-certificates.crt";
282 }; 284 };