From 5d41c9a3ae9403341faa12ec069e2f2fa19a793c Mon Sep 17 00:00:00 2001 From: main Date: Sat, 26 Nov 2022 16:40:52 +0100 Subject: [PATCH] Add more allowed-uris for Hydra Signed-off-by: main --- containers/hydra.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/containers/hydra.nix b/containers/hydra.nix index 7aae3b8..dfd3f8f 100644 --- a/containers/hydra.nix +++ b/containers/hydra.nix @@ -59,6 +59,8 @@ allowed-uris = [ "https://gitea.redalder.org" "https://github.com" + "https://gitlab.com" + "https://git.sr.ht" "https://raw.githubusercontent.com" "https://media.forgecdn.net" ];