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 | 333c4a085f2fc2d1544fc185536e03999e36baf1 (patch) | |
| tree | 3e08116199cc611d74fd758f76ce62f845ddbfc6 /CLAUDE.md | |
| parent | 360eea5750f5f9e37ec32cd016e5f0de559f4635 (diff) | |
| download | archsetup-333c4a085f2fc2d1544fc185536e03999e36baf1.tar.gz archsetup-333c4a085f2fc2d1544fc185536e03999e36baf1.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 |
