diff options
author | Gregor Kleen <pngwjpgh@users.noreply.github.com> | 2016-06-22 14:40:05 +0200 |
---|---|---|
committer | Gregor Kleen <pngwjpgh@users.noreply.github.com> | 2016-06-22 14:40:05 +0200 |
commit | c39aba157400b6f3e1d91f064487d58711b30104 (patch) | |
tree | 6af5c8cfdf0a078bd91d3a0f57d43cdbf4d325cc | |
parent | 10f7e74df052385dfa8eca54dbbbfc20d5c0be64 (diff) | |
download | nixos-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.nix | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 | }; |