diff options
| -rw-r--r-- | bragi.nix | 9 |
1 files changed, 6 insertions, 3 deletions
| @@ -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 | } |
