readme and alias

This commit is contained in:
Harivansh Rathi 2026-04-03 02:37:01 +00:00
parent 800747c18b
commit b9180852a7
2 changed files with 3 additions and 1 deletions

View file

@ -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)

View file

@ -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";