summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2017-03-13 21:47:59 +0100
committerGregor Kleen <gkleen@yggdrasil.li>2017-03-13 21:47:59 +0100
commit09bd8b84cc1b01f8b067a1344c6fcc9592fd214e (patch)
treed4cfb18c86bfc0896fb2b1fc36263fbc83794c20
parent97dbf9d563938589eee6124aaa040b84d9bf5a62 (diff)
downloadnixos-09bd8b84cc1b01f8b067a1344c6fcc9592fd214e.tar
nixos-09bd8b84cc1b01f8b067a1344c6fcc9592fd214e.tar.gz
nixos-09bd8b84cc1b01f8b067a1344c6fcc9592fd214e.tar.bz2
nixos-09bd8b84cc1b01f8b067a1344c6fcc9592fd214e.tar.xz
nixos-09bd8b84cc1b01f8b067a1344c6fcc9592fd214e.zip
Turn off sandboxing as a test
-rw-r--r--hel.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/hel.nix b/hel.nix
index 7a3a3af7..526a8e20 100644
--- a/hel.nix
+++ b/hel.nix
@@ -414,7 +414,7 @@
414 # options = "--delete-older-than 30d"; 414 # options = "--delete-older-than 30d";
415 # }; 415 # };
416 416
417 nix.useSandbox = true; 417 nix.useSandbox = false;
418 418
419 environment.variables = { 419 environment.variables = {
420 SSL_CERT_FILE = "/etc/ssl/certs/ca-certificates.crt"; 420 SSL_CERT_FILE = "/etc/ssl/certs/ca-certificates.crt";