all repos — nixfiles @ 3c72895a9134461fb5929af649e3502db0cfd2fb

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

linde: update searchix configuration
Alan Pearce alan@alanpearce.eu
Sun, 19 Jan 2025 01:50:57 +0100
commit

3c72895a9134461fb5929af649e3502db0cfd2fb

parent

7a00ba54efa6ece7b3dff165b934ff65d293a4f7

1 files changed, 2 insertions(+), 0 deletions(-)

jump to
M system/linde.nixsystem/linde.nix
@@ -977,6 +977,7 @@ integrity="sha384-nRw6qfbWyJha9LhsOtSb2YJDyZdKvvCFh0fJYlkquSFjUxp9FVNugbfy8q1jdxI+"></script>           '';
         };
 
+      importer.timeout = "45m";
       importer.sources = {
         darwin = {
           enable = true;
@@ -992,6 +993,7 @@ nixpkgs = {           enable = true;
           fetcher = "channel-nixpkgs";
           channel = "nixos-unstable";
+          timeout = "30m";
         };
         nixos = {
           enable = true;