summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregor Kleen <pngwjpgh@users.noreply.github.com>2016-06-22 14:40:05 +0200
committerGregor Kleen <pngwjpgh@users.noreply.github.com>2016-06-22 14:40:05 +0200
commitc39aba157400b6f3e1d91f064487d58711b30104 (patch)
tree6af5c8cfdf0a078bd91d3a0f57d43cdbf4d325cc
parent10f7e74df052385dfa8eca54dbbbfc20d5c0be64 (diff)
downloadnixos-c39aba157400b6f3e1d91f064487d58711b30104.tar
nixos-c39aba157400b6f3e1d91f064487d58711b30104.tar.gz
nixos-c39aba157400b6f3e1d91f064487d58711b30104.tar.bz2
nixos-c39aba157400b6f3e1d91f064487d58711b30104.tar.xz
nixos-c39aba157400b6f3e1d91f064487d58711b30104.zip
use sandbox on hel
-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 };