diff --git a/README.md b/README.md index 09b9d06..e839bc0 100644 --- a/README.md +++ b/README.md @@ -29,9 +29,10 @@ Deployment is `just switch` for the laptop and `just switch-netty` for the serve All PRs auto-merge on creation if tests pass -The VPS has a declarative service bundle: +The KVM has a declarative service bundle: - netty exposes 3 tcp ports (22:ssh, 80:http, 443:https) - services only listen on 127.0.0.1 (runs behind nginx with ACME) - Self hosts Forgejo mirroring to GitHub (git.harivan.sh) - Self hosts VaultWarden - betterNAS control-plane and node agent (api.betternas.com) +- pi-coding-agent in dtach (`pa` alias for attaching) diff --git a/home/zsh.nix b/home/zsh.nix index a758fd7..b732bfb 100644 --- a/home/zsh.nix +++ b/home/zsh.nix @@ -42,6 +42,7 @@ ld = "lumen diff"; lg = "lazygit"; nim = "nvim ."; + pa = "dtach -a /run/pi-agent/pi-agent.sock"; } // lib.optionalAttrs hostConfig.isDarwin { tailscale = "/Applications/Tailscale.app/Contents/MacOS/Tailscale";