Skip to content

Commit

Permalink
nix: increase substitution performance
Browse files Browse the repository at this point in the history
  • Loading branch information
LorenzBischof committed Jan 19, 2025
1 parent a2a2c0b commit 8116bd3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions hosts/laptop/configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,8 @@
"flakes"
];
auto-optimise-store = true;
http-connections = 128;
max-substitution-jobs = 128;
trusted-users = [
"root"
"@wheel"
Expand Down

0 comments on commit 8116bd3

Please sign in to comment.