linde: increase searchix timeouts
1 file changed, 3 insertions(+), 2 deletions(-)
changed files
M system/hosts/linde.nix → system/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;