From 4b4423d3cfb0e40c12c9d619824d89fafa50572c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aleix=20Bon=C3=A9?= Date: Tue, 17 Mar 2026 15:30:20 +0100 Subject: [PATCH] Set DEFAULT_ACTIONS_URL to self --- m/tent/gitea.nix | 2 ++ 1 file changed, 2 insertions(+) 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"; -- 2.51.2