diff --git a/m/tent/gitea.nix b/m/tent/gitea.nix index 4f8a595e..604e97fd 100644 --- a/m/tent/gitea.nix +++ b/m/tent/gitea.nix @@ -21,6 +21,8 @@ in }; log.LEVEL = "Warn"; + actions.DEFAULT_ACTIONS_URL = "self"; + mailer = { ENABLED = true; FROM = "jungle-robot@bsc.es";