From 5ab9f37518ffcc0eff5a766f233fb2b22e329d42 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sandro=20J=C3=A4ckel?= Date: Tue, 28 Jun 2022 20:58:07 +0200 Subject: [PATCH] hydra-ca: allow gitlab downloads --- hosts/hydra/hydra.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/hydra/hydra.nix b/hosts/hydra/hydra.nix index 8dbd1f5d..c76c0d1b 100644 --- a/hosts/hydra/hydra.nix +++ b/hosts/hydra/hydra.nix @@ -20,7 +20,7 @@ ]; }; extraOptions = '' - allowed-uris = https://gitea.c3d2.de/ https://github.com/ ssh://gitea@gitea.c3d2.de/ + allowed-uris = https://gitea.c3d2.de/ https://github.com/ https://gitlab.com/ ssh://gitea@gitea.c3d2.de/ experimental-features = ca-derivations nix-command flakes ''; };