sam-4screen-desktop 2026-8-1:7:59:15

This commit is contained in:
2026-08-01 07:59:15 +10:00
parent 47f35717b8
commit 9a1de5c2db

View File

@@ -30,7 +30,7 @@ aliases: []
| **Hostname** | `sam-4screen-desktop` | | **Hostname** | `sam-4screen-desktop` |
| **OS** | NixOS | | **OS** | NixOS |
| **SSH** | ✅ `sam@192.168.20.27` | | **SSH** | ✅ `sam@192.168.20.27` |
| **Tailscale** | ✅ Installed, service enabled | | **Tailscale** | ✅ `100.65.228.31` (sam-4screen-desktop-1) |
| **Role** | Daily driver. 4 monitors, 62GB RAM, Nvidia GPU. Zellij, Neovim, pi coding agent. | | **Role** | Daily driver. 4 monitors, 62GB RAM, Nvidia GPU. Zellij, Neovim, pi coding agent. |
| **Key services** | pi, pi-dashboard, Neovim, Zellij (with falcode + attention plugins), Home Manager managed | | **Key services** | pi, pi-dashboard, Neovim, Zellij (with falcode + attention plugins), Home Manager managed |
@@ -42,7 +42,7 @@ aliases: []
| **Hostname** | `nixos-desktop` | | **Hostname** | `nixos-desktop` |
| **OS** | NixOS | | **OS** | NixOS |
| **SSH** | ✅ `sam@192.168.20.13` | | **SSH** | ✅ `sam@192.168.20.13` |
| **Tailscale** | ✅ `services.tailscale.enable = true;` | | **Tailscale** | ✅ `100.114.62.46` (nixos-desktop) |
| **Role** | Docker host, OmniRoute LLM proxy, always-on server. 15.5GB RAM. | | **Role** | Docker host, OmniRoute LLM proxy, always-on server. 15.5GB RAM. |
| Docker containers | | | Docker containers | |
@@ -69,7 +69,7 @@ See [[Docker Containers]] for full container list.
| **Hostname** | `sam-thinkpad` | | **Hostname** | `sam-thinkpad` |
| **OS** | NixOS | | **OS** | NixOS |
| **SSH** | ✅ `sam@192.168.20.51` | | **SSH** | ✅ `sam@192.168.20.51` |
| **Tailscale** | ✅ Installed, service enabled | | **Tailscale** | ✅ `100.88.161.102` (sam-thinkpad) |
| **Role** | Portable laptop. Used on-the-go and at home. pi, Neovim, Home Manager managed. | | **Role** | Portable laptop. Used on-the-go and at home. pi, Neovim, Home Manager managed. |
### .35 — caddy-server (Reverse Proxy) ### .35 — caddy-server (Reverse Proxy)
@@ -100,7 +100,7 @@ See [[Docker Containers]] for full container list on .35.
| **IP** | `192.168.20.150` (static) | | **IP** | `192.168.20.150` (static) |
| **Device** | Android phone | | **Device** | Android phone |
| **SSH** | ✅ Termux → `ssh` from/to other machines (port 8022, user: `uO_a499`) | | **SSH** | ✅ Termux → `ssh` from/to other machines (port 8022, user: `uO_a499`) |
| **Tailscale** | Optional (install app for remote access) | | **Tailscale** | `100.101.49.17` (google-pixel-8a) |
| **Role** | Mobile access. Termux for SSH, Tailscale for remote, NTFY for notifications. | | **Role** | Mobile access. Termux for SSH, Tailscale for remote, NTFY for notifications. |
--- ---
@@ -171,15 +171,15 @@ Host phone
## Tailscale (Tailnet) ## Tailscale (Tailnet)
| Machine | Status | Tailscale IP | | Machine | Tailscale Name | Tailscale IP | Status |
|---------|--------|-------------| |---------|---------------|-------------|--------|
| .27 | ✅ Auth needed (`tailscale up --accept-routes`) | `100.x.x.x` | | .27 desktop | sam-4screen-desktop-1 | `100.65.228.31` | ✅ Active |
| .13 | ✅ Auth needed (`tailscale up --accept-routes`) | `100.x.x.x` | | .13 server | nixos-desktop | `100.114.62.46` | ✅ Active |
| .51 | ✅ Auth needed (`tailscale up --accept-routes`) | `100.x.x.x` | | .51 laptop | sam-thinkpad | `100.88.161.102` | ✅ Active |
| .150 phone | ❌ Not installed | — | | .150 phone | google-pixel-8a | `100.101.49.17` | ⚠️ Offline (last seen 1d ago) |
| .35 caddy | ❌ Not installed | — | | .35 caddy | — | — | ❌ Not installed |
Run `tailscale up --accept-routes` on each machine to authenticate. Install Tailscale app on phone and sign in to same account. Account: `samuelrolfe@gmail.com`
--- ---