From 07ac07d7108c0785c5722ad1cdec6f7e1320fd4c Mon Sep 17 00:00:00 2001 From: Ittihadyya Date: Tue, 26 Nov 2024 15:49:25 +0200 Subject: [PATCH] changed default actions url --- services/forgejo/forgejo.mod.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/services/forgejo/forgejo.mod.nix b/services/forgejo/forgejo.mod.nix index 53509d2..62cf285 100644 --- a/services/forgejo/forgejo.mod.nix +++ b/services/forgejo/forgejo.mod.nix @@ -42,6 +42,9 @@ DISABLE_REGISTRATION = true; DEFAULT_KEEP_EMAIL_PRIVATE = true; }; + actions = { + DEFAULT_ACTIONS_URL = "https://github.com" # i have to do this because some actions call other actions, and most of those call github actions. ideally this would be "https://git.collective-conciousness.monster" + }; }; }; }