From 2c44fddcb44e013114c8d0d9a669c0ec91d4d7b8 Mon Sep 17 00:00:00 2001 From: Collin Williams <96917990+bluedragon1221@users.noreply.github.com> Date: Tue, 31 Mar 2026 15:47:10 -0500 Subject: no more copilot-api --- modules/services/options.nix | 19 ------------------- 1 file changed, 19 deletions(-) (limited to 'modules/services/options.nix') diff --git a/modules/services/options.nix b/modules/services/options.nix index 70fd695..0484b6b 100644 --- a/modules/services/options.nix +++ b/modules/services/options.nix @@ -157,24 +157,5 @@ in { example = "/run/secrets.d/caddy-env"; }; }; - - copilot-api = { - enable = mkEnableOption "GitHub Copilot API proxy"; - listenAddr = mkOption { - description = "Address to listen on"; - type = ipAddr; - default = "127.0.0.1"; - }; - port = mkOption { - description = "Port to listen on"; - type = types.port; - default = 4141; - }; - githubToken = mkOption { - description = "Path to file containing GitHub token"; - type = types.nullOr types.str; - default = null; - }; - }; }; } -- cgit v1.3.1