From 9b2a5c6f83783282accb6b6328bd87f82b91ddd0 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Thu, 7 Jul 2016 23:06:29 +0200 Subject: nicer and more compatible --- bragi.nix | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'bragi.nix') diff --git a/bragi.nix b/bragi.nix index f7c857ca..69164f3e 100644 --- a/bragi.nix +++ b/bragi.nix @@ -259,10 +259,13 @@ in rec { # }; nix = { - extraOptions = '' - binary-caches-parallel-connections = 10 - ''; + daemonIONiceLevel = 3; + daemonNiceLevel = 10; + gc = { + automatic = true; + }; }; system.autoUpgrade.enable = true; + system.stateVersion = "16.09"; } -- cgit v1.2.3