diff options
author | Alan Pearce | 2025-01-19 01:50:57 +0100 |
---|---|---|
committer | Alan Pearce | 2025-01-19 01:50:57 +0100 |
commit | 3c72895a9134461fb5929af649e3502db0cfd2fb (patch) | |
tree | a717b7f0207d169a0589a9a98a13769131d21c1b /system | |
parent | 7a00ba54efa6ece7b3dff165b934ff65d293a4f7 (diff) | |
download | nixfiles-3c72895a9134461fb5929af649e3502db0cfd2fb.tar.lz nixfiles-3c72895a9134461fb5929af649e3502db0cfd2fb.tar.zst nixfiles-3c72895a9134461fb5929af649e3502db0cfd2fb.zip |
linde: update searchix configuration
Diffstat (limited to 'system')
-rw-r--r-- | system/linde.nix | 2 |
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; |