From a892b30536a8c9d03bea2b15165b7d2e1954ca9e Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Sun, 21 Jun 2026 23:20:26 -0400 Subject: docs: replace hardcoded machine identity with runtime uname -n lookup --- CLAUDE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CLAUDE.md') diff --git a/CLAUDE.md b/CLAUDE.md index 03da278..a35c2e9 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -125,6 +125,6 @@ Full palette reference: `assets/color-themes/dupre/dupre-palette.org` - Desktop file overrides go in `~/.dotfiles/hyprland/.local/share/applications/` - MPD is configured but mpv handles audio file associations - Firewall is ufw (configured in `archsetup`, default-deny incoming, explicit allow list). Tailscale traffic **does** traverse ufw on ratio — a probe from a tailnet IP is still blocked unless a rule covers the port. Don't assume tailnet-only services bypass the firewall; they need an explicit ufw rule like any other. -- This machine is **ratio**; **velox** is a laptop. Both run Hyprland (Wayland). archsetup still supports dwm/X11, but no current machine uses it. +- Never assume which machine this is — always run `uname -n` to find the hostname (the `hostname` binary is absent, so `uname -n` is the source of truth; `uname -r` is the kernel release, not the host). The fleet is **ratio** (workstation) and **velox** (laptop), both Hyprland (Wayland). archsetup still supports dwm/X11, but no current machine uses it. - Remote repository on cjennings.net - .ai/ is gitignored; living project context is in .ai/notes.org -- cgit v1.2.3