From 17acc7e546e465adf0fbd8841a15e1258bef3c0f Mon Sep 17 00:00:00 2001 From: Bill Ewanick Date: Sat, 3 Jan 2026 01:19:01 -0500 Subject: [PATCH] WIP --- nixos-apps/git.ewanick.com.nix | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/nixos-apps/git.ewanick.com.nix b/nixos-apps/git.ewanick.com.nix index 18fe9c0..ea675a4 100644 --- a/nixos-apps/git.ewanick.com.nix +++ b/nixos-apps/git.ewanick.com.nix @@ -1,5 +1,7 @@ { pkgs, ... }: -let baseUrl = "git.ewanick.com"; +let + baseUrl = "git.ewanick.com"; + PROJECT_ROOT = "/workspace/deployed-nixos-server-and-apps/nixos-apps/git.ewanick.com"; in { services.gitea = { @@ -26,7 +28,7 @@ in enable = true; name = "linode-nixos"; url = "https://${baseUrl}/"; - tokenFile = ./git.ewanick.com/tokenFile; + tokenFile = PROJECT_ROOT/tokenFile; hostPackages = with pkgs; [ bash coreutils