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 ''; };