From 8a59933aa367794cbc47c88b814b54d533ff79ab Mon Sep 17 00:00:00 2001 From: Bill Ewanick Date: Sat, 3 Jan 2026 02:07:21 -0500 Subject: [PATCH] WIP --- nixos-apps/git.ewanick.com.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nixos-apps/git.ewanick.com.nix b/nixos-apps/git.ewanick.com.nix index 7bb2a6e..4b4b827 100644 --- a/nixos-apps/git.ewanick.com.nix +++ b/nixos-apps/git.ewanick.com.nix @@ -4,9 +4,9 @@ let PROJECT_ROOT = "/workspace/deployed-nixos-server-and-apps/nixos-apps/git.ewanick.com"; in { - services.forgejo = { + services.gitea = { enable = true; - appName = "Bill's Forgejo server, hosted on Linode using NixOS"; + appName = "Bill's Gitea server, hosted on Linode using NixOS"; settings = { server = { DOMAIN = baseUrl;