1
1
This commit is contained in:
2026-01-03 01:19:01 -05:00
parent 0aa8a38b34
commit 17acc7e546

View File

@@ -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