From 71e6907a3c4d12c7b4694eb261e9d453df5c2842 Mon Sep 17 00:00:00 2001 From: Kyle Isom Date: Thu, 26 Mar 2026 14:04:52 -0700 Subject: [PATCH] Add PATH to mcp-agent service for podman access --- configs/mcp.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/configs/mcp.nix b/configs/mcp.nix index 4c53445..b0746fd 100644 --- a/configs/mcp.nix +++ b/configs/mcp.nix @@ -35,6 +35,7 @@ Environment = [ "HOME=/srv/mcp" "XDG_RUNTIME_DIR=/run/user/%U" + "PATH=/run/current-system/sw/bin:/usr/local/bin" ]; NoNewPrivileges = true;