Skip to content

Commit 87a835c

Browse files
authored
Merge pull request #1276 from flyingcircusio/PL-133327-2311-bp
[23.11] nixos/platform: use `nix.settings` for connect-timeout
2 parents 4e9c97d + f825d02 commit 87a835c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

nixos/platform/default.nix

+2-1
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,6 @@ in {
298298
http-connections = 2
299299
log-lines = 25
300300
experimental-features = nix-command flakes fetch-closure
301-
connect-timeout = 1
302301
'';
303302

304303
settings = {
@@ -312,6 +311,8 @@ in {
312311
"cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY="
313312
"flyingcircus.io-1:Rr9CwiPv8cdVf3EQu633IOTb6iJKnWbVfCC8x8gVz2o="
314313
];
314+
315+
connect-timeout = 1;
315316
};
316317
};
317318

0 commit comments

Comments
 (0)