Increase timeouts

This commit is contained in:
niten 2024-03-24 13:15:45 -07:00
parent 8b10f47699
commit 893b7e812e
3 changed files with 1188 additions and 806 deletions

View File

@ -218,6 +218,14 @@ in {
UPDATE_AVATAR = true;
ACCOUNT_LINKING = "login";
};
"git.timeout" = {
DEFAULT = 720;
MIGRATE = 3600;
MIRROR = 3600;
CLONE = 1200;
PULL = 1200;
GC = 600;
};
};
};

1984
flake.lock

File diff suppressed because it is too large Load Diff

View File

@ -2,7 +2,7 @@
description = "Fudo Host Configuration";
inputs = {
nixpkgs.url = "nixpkgs/nixos-23.11";
nixpkgs.url = "git+https://fudo.dev/nix/nixpkgs.git";
fudo-home = {
url = "git+https://fudo.dev/nix/home.git";