From 502d1342b46d009660f43abaa0ccc227429e08cd Mon Sep 17 00:00:00 2001 From: Joshua Bell Date: Thu, 22 Jan 2026 10:12:16 -0600 Subject: [PATCH] Update LiteLLM public proxy description and Copilot token path --- hosts/h001/mods/litellm-public.nix | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/hosts/h001/mods/litellm-public.nix b/hosts/h001/mods/litellm-public.nix index 82257520..3e4fb1b5 100644 --- a/hosts/h001/mods/litellm-public.nix +++ b/hosts/h001/mods/litellm-public.nix @@ -30,7 +30,7 @@ in networking.firewall.interfaces."tailscale0".allowedTCPPorts = [ port ]; systemd.services.litellm-public = { - description = "LiteLLM Public Proxy (Azure models only)"; + description = "LiteLLM Exposed Proxy (limited model set)"; after = [ "network.target" ]; wantedBy = [ "multi-user.target" ]; @@ -38,8 +38,7 @@ in SCARF_NO_ANALYTICS = "True"; DO_NOT_TRACK = "True"; ANONYMIZED_TELEMETRY = "False"; - # Sharing login with main instance - GITHUB_COPILOT_TOKEN_DIR = "/var/lib/litellm/github_copilot"; + GITHUB_COPILOT_TOKEN_DIR = "/var/lib/litellm-public/github_copilot"; XDG_CONFIG_HOME = "/var/lib/litellm-public/.config"; };