From 09bd8b84cc1b01f8b067a1344c6fcc9592fd214e Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Mon, 13 Mar 2017 21:47:59 +0100 Subject: Turn off sandboxing as a test --- hel.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hel.nix b/hel.nix index 7a3a3af7..526a8e20 100644 --- a/hel.nix +++ b/hel.nix @@ -414,7 +414,7 @@ # options = "--delete-older-than 30d"; # }; - nix.useSandbox = true; + nix.useSandbox = false; environment.variables = { SSL_CERT_FILE = "/etc/ssl/certs/ca-certificates.crt"; -- cgit v1.2.3