diff options
| -rw-r--r-- | bragi.nix | 4 |
1 files changed, 4 insertions, 0 deletions
| @@ -411,6 +411,10 @@ in rec { | |||
| 411 | gc = { | 411 | gc = { |
| 412 | automatic = true; | 412 | automatic = true; |
| 413 | }; | 413 | }; |
| 414 | optimise = { | ||
| 415 | automatic = true; | ||
| 416 | }; | ||
| 417 | maxJobs = 1; | ||
| 414 | }; | 418 | }; |
| 415 | 419 | ||
| 416 | system.autoUpgrade.enable = true; | 420 | system.autoUpgrade.enable = true; |
