Increases Nix cache connect timeout

This commit is contained in:
Abhinav Sarkar 2024-06-01 15:25:24 +05:30
parent 99139b0862
commit 7bcbf8bb22
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@
};
settings = {
auto-optimise-store = true;
connect-timeout = 5;
connect-timeout = 30;
cores = 2;
experimental-features = [ "nix-command" "flakes" "repl-flake" ];
fallback = true;