From fa8d65b612ebe9c7fd6aa8af1d8611c2a8a1557d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torjus=20H=C3=A5kestad?= Date: Thu, 12 Feb 2026 14:44:55 +0100 Subject: [PATCH] nix-cache02: increase builder timeout to 2 hours Co-Authored-By: Claude Opus 4.6 --- hosts/nix-cache02/builder.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/nix-cache02/builder.nix b/hosts/nix-cache02/builder.nix index 012f3f8..51a900d 100644 --- a/hosts/nix-cache02/builder.nix +++ b/hosts/nix-cache02/builder.nix @@ -25,6 +25,7 @@ }; }; + timeout = 7200; metrics.enable = true; };