nixos/services: swap gitea with forgejo
Check / Nix flake (push) Failing after 8s
Lint / Nix expressions (push) Failing after 11s

This commit is contained in:
2026-05-06 14:24:50 +02:00
parent c5579fbd9c
commit 3dd9f61acc
6 changed files with 77 additions and 36 deletions
+1 -1
View File
@@ -58,7 +58,7 @@ in
};
"git.${fqdn}" = mkVhost { } {
"/" = mkProxy config.services.gitea.settings.server.HTTP_PORT;
"/" = mkProxy config.services.forgejo.settings.server.HTTP_PORT;
};
};
};