From 2c370d804e1b2a3209070c38e931e513c9655b55 Mon Sep 17 00:00:00 2001 From: Tom Hubrecht Date: Fri, 16 May 2025 22:11:11 +0200 Subject: [PATCH] fix(forgejo): Don't use gitea for fetching actions --- machines/nixos/storage01/forgejo.nix | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/machines/nixos/storage01/forgejo.nix b/machines/nixos/storage01/forgejo.nix index d28fd73..658edfc 100644 --- a/machines/nixos/storage01/forgejo.nix +++ b/machines/nixos/storage01/forgejo.nix @@ -28,10 +28,7 @@ in APP_NAME = "Forge git de la DGNum"; }; - actions = { - ENABLED = true; - DEFAULT_ACTIONS_URL = "https://gitea.com"; - }; + actions.ENABLED = true; admin = { DEFAULT_EMAIL_NOTIFICATIONS = "enabled";