From d5c48ed3ac5a5594177cd578cc62379a54622947 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Sun, 14 May 2017 18:42:49 +0200 Subject: Make nix nicer --- hel.nix | 9 ++++++--- 1 file 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 @@ # options = "--delete-older-than 30d"; # }; - nix.useSandbox = true; - - nix.autoOptimiseStore = true; + nix = { + useSandbox = true; + autoOptimiseStore = true; + daemonNiceLevel = 10; + daemonIONiceLevel = 3; + }; environment.variables = { SSL_CERT_FILE = "/etc/ssl/certs/ca-certificates.crt"; -- cgit v1.2.3