summary refs log tree commit diff stats
path: root/system/linde.nix
diff options
context:
space:
mode:
authorAlan Pearce2025-01-19 01:50:57 +0100
committerAlan Pearce2025-01-19 01:50:57 +0100
commit3c72895a9134461fb5929af649e3502db0cfd2fb (patch)
treea717b7f0207d169a0589a9a98a13769131d21c1b /system/linde.nix
parent7a00ba54efa6ece7b3dff165b934ff65d293a4f7 (diff)
downloadnixfiles-3c72895a9134461fb5929af649e3502db0cfd2fb.tar.lz
nixfiles-3c72895a9134461fb5929af649e3502db0cfd2fb.tar.zst
nixfiles-3c72895a9134461fb5929af649e3502db0cfd2fb.zip
linde: update searchix configuration
Diffstat (limited to 'system/linde.nix')
-rw-r--r--system/linde.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/system/linde.nix b/system/linde.nix
index 1dc309a7..4726777a 100644
--- a/system/linde.nix
+++ b/system/linde.nix
@@ -977,6 +977,7 @@ in
           '';
         };
 
+      importer.timeout = "45m";
       importer.sources = {
         darwin = {
           enable = true;
@@ -992,6 +993,7 @@ in
           enable = true;
           fetcher = "channel-nixpkgs";
           channel = "nixos-unstable";
+          timeout = "30m";
         };
         nixos = {
           enable = true;