Skip to content

Commit e8c963d

Browse files
nix: decrease connect timeout to 2.29 default
1 parent 4781b10 commit e8c963d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/nix.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ in
6767

6868
nix.settings = {
6969
builders-use-substitutes = lib.mkIf cfg.recommendedDefaults true;
70-
connect-timeout = lib.mkIf cfg.recommendedDefaults (lib.mkDefault 20);
70+
connect-timeout = lib.mkIf cfg.recommendedDefaults (lib.mkDefault 5); # Nix 2.29 default
7171
experimental-features = lib.mkIf cfg.recommendedDefaults [ "nix-command" "flakes" ];
7272
trusted-users = lib.mkIf cfg.remoteBuilder.enable [ cfg.remoteBuilder.name ];
7373
};

0 commit comments

Comments
 (0)