1
1

WIP
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 0s

This commit is contained in:
2026-01-03 02:07:21 -05:00
parent 7d5168c018
commit 8a59933aa3

View File

@@ -4,9 +4,9 @@ let
PROJECT_ROOT = "/workspace/deployed-nixos-server-and-apps/nixos-apps/git.ewanick.com"; PROJECT_ROOT = "/workspace/deployed-nixos-server-and-apps/nixos-apps/git.ewanick.com";
in in
{ {
services.forgejo = { services.gitea = {
enable = true; enable = true;
appName = "Bill's Forgejo server, hosted on Linode using NixOS"; appName = "Bill's Gitea server, hosted on Linode using NixOS";
settings = { settings = {
server = { server = {
DOMAIN = baseUrl; DOMAIN = baseUrl;