File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed
Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 658658 #silly
659659 cmatrix
660660 sl
661+ vectoroids # game
662+ # https://feralinteractive.github.io/gamemode/
663+ # sameboy
661664
662665 #gpu monitoring
663666 lact
Original file line number Diff line number Diff line change 3939 #./docker-compose.nix
4040 ./docker-daemon.nix
4141 #./smokeping.nix
42- ./distributed-builds.nix
42+ # ./distributed-builds.nix
4343 ./hyprland.nix
4444 ] ;
4545
115115 auto-optimise-store = true ;
116116 experimental-features = [ "nix-command" "flakes" ] ;
117117 download-buffer-size = "500000000" ;
118+ # https://nix.dev/manual/nix/2.28/command-ref/conf-file#conf-max-jobs
119+ max-jobs = 12 ; # default = 1. Setting this to 1/2 my cores
120+ http-connections = 100 ; # default 25
121+ # https://nix.dev/manual/nix/2.28/command-ref/conf-file#conf-max-substitution-jobs
122+ max-substitution-jobs = 64 ; # default 16
118123 } ;
119124 gc = {
120125 automatic = true ; # Enable automatic execution of the task
You can’t perform that action at this time.
0 commit comments