From 9561853d2c5c18749dd7d8d3eca25a360e2d8dfe Mon Sep 17 00:00:00 2001 From: Collin Williams <96917990+bluedragon1221@users.noreply.github.com> Date: Fri, 6 Mar 2026 09:34:57 -0600 Subject: Add copilot-api package and service - Package copilot-api (GitHub Copilot API proxy) using bun - Create systemd service module for copilot-api - Enable service on ganymede listening on localhost:4141 - Add SSH port forwarding from mercury to ganymede for copilot-api - Update gitignore to exclude Claude Code artifacts Co-Authored-By: Claude (claude-sonnet-4.5) --- hosts/mercury/hjem.nix | 2 ++ hosts/mercury/nixos.nix | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) (limited to 'hosts/mercury') diff --git a/hosts/mercury/hjem.nix b/hosts/mercury/hjem.nix index d066f69..d76f76f 100644 --- a/hosts/mercury/hjem.nix +++ b/hosts/mercury/hjem.nix @@ -8,6 +8,8 @@ prismlauncher mpv + claude-code + lagrange musescore diff --git a/hosts/mercury/nixos.nix b/hosts/mercury/nixos.nix index 21907e5..5d8a63f 100644 --- a/hosts/mercury/nixos.nix +++ b/hosts/mercury/nixos.nix @@ -25,7 +25,7 @@ name = "ganymede"; user = "collin"; monitoringPort = 20000; - extraArguments = "-N -D 9090 collin@williamsfam.us.com"; + extraArguments = "-N -D 9090 -L 4141:localhost:4141 collin@williamsfam.us.com"; } ]; -- cgit v1.3.1