From eb38cd487f5f973c33e1f2ea1c7cbea3b819b546 Mon Sep 17 00:00:00 2001 From: Emile Date: Sun, 21 Jul 2024 17:55:08 +0200 Subject: fed up by hydra having problems evaluating due to some permission issue --- nix/hosts/corrino/www/hydra.emile.space.nix | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'nix/hosts/corrino/www/hydra.emile.space.nix') diff --git a/nix/hosts/corrino/www/hydra.emile.space.nix b/nix/hosts/corrino/www/hydra.emile.space.nix index 1d167ce..00405f4 100644 --- a/nix/hosts/corrino/www/hydra.emile.space.nix +++ b/nix/hosts/corrino/www/hydra.emile.space.nix @@ -23,6 +23,12 @@ in { services.hydra = { enable = true; + package = pkgs.hydra_unstable.overrideAttrs (old: { + patches = (if old ? patches then old.patches else []) ++ [ + ./hydra.patch + ]; + }); + listenHost = "*"; port = ports.hydra; hydraURL = "https://hydra.emile.space"; # externally visible URL @@ -53,6 +59,7 @@ in { timeout = 3600 + evaluator_restrict_eval = false ''; }; } -- cgit 1.4.1