From edf77f0c51b2895f322970402a56c2d20e40838a Mon Sep 17 00:00:00 2001 From: Bill Ewanick Date: Sat, 3 Jan 2026 00:24:19 -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 2af7b0b..01285cc 100644 --- a/nixos-apps/git.ewanick.com.nix +++ b/nixos-apps/git.ewanick.com.nix @@ -20,8 +20,9 @@ in }; }; - services.gitea-actions-runner.instances = { - "first-runner" = { + services.gitea-actions-runner = { + package = pkgs.unstable.forgejo-runner; + instances."${name}-linux" = { enable = true; url = baseUrl; tokenFile = ./git.ewanick.com/tokenFile; @@ -40,6 +41,7 @@ in ]; }; }; + systemd.services."gitea-runner-${name}-linux".serviceConfig.ReadWritePaths = "/var/www/example.com"; services.caddy = { enable = true;