diff options
| -rw-r--r-- | hel.nix | 9 |
1 files changed, 6 insertions, 3 deletions
| @@ -435,9 +435,12 @@ | |||
| 435 | # options = "--delete-older-than 30d"; | 435 | # options = "--delete-older-than 30d"; |
| 436 | # }; | 436 | # }; |
| 437 | 437 | ||
| 438 | nix.useSandbox = true; | 438 | nix = { |
| 439 | 439 | useSandbox = true; | |
| 440 | nix.autoOptimiseStore = true; | 440 | autoOptimiseStore = true; |
| 441 | daemonNiceLevel = 10; | ||
| 442 | daemonIONiceLevel = 3; | ||
| 443 | }; | ||
| 441 | 444 | ||
| 442 | environment.variables = { | 445 | environment.variables = { |
| 443 | SSL_CERT_FILE = "/etc/ssl/certs/ca-certificates.crt"; | 446 | SSL_CERT_FILE = "/etc/ssl/certs/ca-certificates.crt"; |
