staging-hydra: allow substitutes
Jörg Thalheim committed
Feb 15, 2025 at 23:26 UTC
d0e05551326e7f00303e199cc91b4feae56ed1e2
1 file changed
+1
-1
non-critical-infra/hosts/staging-hydra/hydra.nix
+1
-1
@@ -53,7 +53,7 @@ in
53
hydraURL = "https://hydra.nixos.org";
54
notificationSender = "edolstra@gmail.com";
55
smtpHost = "localhost";
56
- useSubstitutes = false;
56
+ useSubstitutes = true;
57
extraConfig = ''
58
max_servers 30
59