diff --git a/m/tent/gitea.nix b/m/tent/gitea.nix index 5c458306..fc88c5c5 100644 --- a/m/tent/gitea.nix +++ b/m/tent/gitea.nix @@ -6,20 +6,14 @@ settings = { server = { - ROOT_URL = "https://jungle.bsc.es/git/"; - LOCAL_ROOT_URL = "https://jungle.bsc.es/git/"; LANDING_PAGE = "explore"; }; - metrics.ENABLED = true; service = { - DISABLE_REGISTRATION = true; - REGISTER_MANUAL_CONFIRM = true; - ENABLE_NOTIFY_MAIL = true; }; log.LEVEL = "Warn"; mailer = { - ENABLED = true; + ENABLED = false; FROM = "jungle-robot@bsc.es"; PROTOCOL = "sendmail"; SENDMAIL_PATH = "/run/wrappers/bin/sendmail"; diff --git a/m/weasel/configuration.nix b/m/weasel/configuration.nix index 11f678f0..cdfe6b2e 100644 --- a/m/weasel/configuration.nix +++ b/m/weasel/configuration.nix @@ -5,6 +5,7 @@ ../common/ssf.nix ../module/hut-substituter.nix ./hydra.nix + ../tent/gitea.nix ]; # Select this using the ID to avoid mismatches