From cf02022233d4e9e1f673fd6f302d3117a1144eb4 Mon Sep 17 00:00:00 2001 From: alejandro-angulo Date: Tue, 30 Jul 2024 22:48:17 -0700 Subject: [PATCH] Allowed access to api.github.com --- modules/nixos/services/hydra/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/nixos/services/hydra/default.nix b/modules/nixos/services/hydra/default.nix index 9e481ec..848a04c 100644 --- a/modules/nixos/services/hydra/default.nix +++ b/modules/nixos/services/hydra/default.nix @@ -102,7 +102,7 @@ in { "hydra" "hydra-www" ]; - allowed-uris = ["github:" "https://github.com/"]; + allowed-uris = ["github:" "https://github.com/" "https://api.github.com/"]; }; }; }