diff options
| author | Craig Jennings <c@cjennings.net> | 2026-06-21 23:20:26 -0400 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-06-21 23:20:26 -0400 |
| commit | a892b30536a8c9d03bea2b15165b7d2e1954ca9e (patch) | |
| tree | 79e87731fecc89ea1ac164d3124edaebe38a1a13 /CLAUDE.md | |
| parent | be766471a40e6239540c35b25384508bb2864c79 (diff) | |
| download | archsetup-a892b30536a8c9d03bea2b15165b7d2e1954ca9e.tar.gz archsetup-a892b30536a8c9d03bea2b15165b7d2e1954ca9e.zip | |
docs: replace hardcoded machine identity with runtime uname -n lookup
Diffstat (limited to 'CLAUDE.md')
| -rw-r--r-- | CLAUDE.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
