From b9180852a712d10d76d638b8eb5ac314a220c11e Mon Sep 17 00:00:00 2001 From: Harivansh Rathi Date: Fri, 3 Apr 2026 02:37:01 +0000 Subject: [PATCH] readme and alias --- README.md | 3 ++- home/zsh.nix | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) 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";