summaryrefslogtreecommitdiff
path: root/bragi.nix
diff options
context:
space:
mode:
Diffstat (limited to 'bragi.nix')
-rw-r--r--bragi.nix9
1 files changed, 6 insertions, 3 deletions
diff --git a/bragi.nix b/bragi.nix
index f7c857ca..69164f3e 100644
--- a/bragi.nix
+++ b/bragi.nix
@@ -259,10 +259,13 @@ in rec {
259 # }; 259 # };
260 260
261 nix = { 261 nix = {
262 extraOptions = '' 262 daemonIONiceLevel = 3;
263 binary-caches-parallel-connections = 10 263 daemonNiceLevel = 10;
264 ''; 264 gc = {
265 automatic = true;
266 };
265 }; 267 };
266 268
267 system.autoUpgrade.enable = true; 269 system.autoUpgrade.enable = true;
270 system.stateVersion = "16.09";
268} 271}