From b8516a125162a1ca9d0fdcc82117a2b25ba672e8 Mon Sep 17 00:00:00 2001 From: Infinidoge Date: Tue, 15 Oct 2024 17:38:51 -0400 Subject: [PATCH] Infini-DL360/forgejo: switch to forgejo mainline --- hosts/Infini-DL360/forgejo.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/Infini-DL360/forgejo.nix b/hosts/Infini-DL360/forgejo.nix index 1c6ad2a..9aa5ccf 100644 --- a/hosts/Infini-DL360/forgejo.nix +++ b/hosts/Infini-DL360/forgejo.nix @@ -8,6 +8,7 @@ in services.forgejo = { enable = true; + package = pkgs.forgejo; user = "git"; stateDir = "/srv/forgejo";