From c39aba157400b6f3e1d91f064487d58711b30104 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Wed, 22 Jun 2016 14:40:05 +0200 Subject: use sandbox on hel --- hel.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hel.nix b/hel.nix index 9b6372ac..22dec27e 100644 --- a/hel.nix +++ b/hel.nix @@ -277,6 +277,8 @@ options = "--delete-older-than 30d"; }; + nix.useSandbox = true; + environment.variables = { SSL_CERT_FILE = "/etc/ssl/certs/ca-certificates.crt"; }; -- cgit v1.2.3