diff options
-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 | }; |