all repos — nixfiles @ 0e77fcfe6c69aa4f40a63dff464c1d8de07fc6bb

System and user configuration, managed by nix and home-manager

linde: increase searchix timeouts

Alan Pearce
commit

0e77fcfe6c69aa4f40a63dff464c1d8de07fc6bb

parent

337267f077e6e36705a55d118f7b16cd0f2979b4

1 file changed, 3 insertions(+), 2 deletions(-)

changed files
M system/hosts/linde.nixsystem/hosts/linde.nix
@@ -1062,6 +1062,7 @@ in
{ inherit baseURL; sentryDSN = "https://b7abe00ca3f349f6bf6594141b934e01@glitch.${domain}/1"; + searchTimeout = "2s"; contentSecurityPolicy = let self = "'self'";
@@ -1103,7 +1104,7 @@ integrity="sha384-nRw6qfbWyJha9LhsOtSb2YJDyZdKvvCFh0fJYlkquSFjUxp9FVNugbfy8q1jdxI+"></script>
''; }; - importer.timeout = "45m"; + importer.timeout = "2h"; importer.sources = { darwin = { enable = true;
@@ -1119,7 +1120,7 @@ nixpkgs = {
enable = true; fetcher = "channel-nixpkgs"; channel = "nixos-unstable"; - timeout = "30m"; + timeout = "1h"; }; nixos = { enable = true;