summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--hel.nix9
1 files changed, 6 insertions, 3 deletions
diff --git a/hel.nix b/hel.nix
index e1540376..62568864 100644
--- a/hel.nix
+++ b/hel.nix
@@ -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";