Skip to content

Commit c9a2b7f

Browse files
assistant-ngalaiko[bot]ngalaiko
authored andcommitted
Tune assistant startup and ingress tools
1 parent 40db3aa commit c9a2b7f

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

hosts/exedev/users/assistant.nix

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,19 @@ in
2828
ripgrep
2929
curl
3030
coreutils
31-
uv
31+
fd # pi checks for fd at interactive startup and uses it for file autocomplete/find.
3232
ledger
3333
chromium
3434
];
3535
};
3636
users.groups.assistant.gid = 2001;
3737

38+
# /assistant/* on the public port. The ingress module also puts caddy on the
39+
# assistant PATH so the agent can validate and reload ~/.caddy/Caddyfile.
40+
services.ingress.tenants.assistant = {
41+
upstreamPort = 8083;
42+
};
43+
3844
services.backup = {
3945
enable = true;
4046
# pi's config, auth (provider keys), session history, and the agent

0 commit comments

Comments
 (0)