mirror of
https://github.com/harivansh-afk/nix.git
synced 2026-04-15 08:03:44 +00:00
readme and alias (#50)
This commit is contained in:
parent
800747c18b
commit
c849ff2e36
2 changed files with 3 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue