Skip to content

Commit 5d74a92

Browse files
remove remote builds
1 parent 27b5c24 commit 5d74a92

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

desktop/l/home.nix

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -658,6 +658,9 @@
658658
#silly
659659
cmatrix
660660
sl
661+
vectoroids # game
662+
# https://feralinteractive.github.io/gamemode/
663+
# sameboy
661664

662665
#gpu monitoring
663666
lact

desktop/l2/configuration.nix

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
#./docker-compose.nix
4040
./docker-daemon.nix
4141
#./smokeping.nix
42-
./distributed-builds.nix
42+
#./distributed-builds.nix
4343
./hyprland.nix
4444
];
4545

@@ -115,6 +115,11 @@
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

0 commit comments

Comments
 (0)