feat(mcp-gateway): add systemd user unit file to package

Install mcp-gateway.service to $out/lib/systemd/user/ so it can be
activated via systemd.user.packages. The service runs:
  mcp-gateway --config ~/.config/mcp-gateway/gateway.yaml serve
This commit is contained in:
2026-05-06 18:38:47 +03:00
parent 743e6afde3
commit ea9cf8b588
3 changed files with 18 additions and 50 deletions

View File

@@ -55,10 +55,6 @@
// {
packages = inputs.nixpkgs.lib.recursiveUpdate blueprintOutputs.packages extraPackages;
nixosModules = {
mcp-gateway = ./modules/mcp-gateway.nix;
};
overlays = {
default = import ./overlays {
inherit (blueprintOutputs) packages;