readme and alias (#50)

This commit is contained in:
Hari 2026-04-02 22:39:15 -04:00 committed by GitHub
parent 800747c18b
commit c849ff2e36
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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";