summary refs log tree commit diff stats
path: root/system
diff options
context:
space:
mode:
Diffstat (limited to 'system')
-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;