From a27985e10df0d74271c3f485a9442f2d0b7c1585 Mon Sep 17 00:00:00 2001 From: Dominik Polakovics Date: Thu, 16 Apr 2026 16:04:48 +0200 Subject: [PATCH] docs: change CLAUDE.md --- CLAUDE.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CLAUDE.md b/CLAUDE.md index f70d69a..6711ee8 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -58,6 +58,9 @@ nix-shell -p sops --run 'sops hosts//secrets.yaml' ### Deployment The Git runner handles deployment automatically when changes merge to main. A successful `./scripts/test-configuration ` dry-build is the gate before pushing. +### Host Access +When connecting to a host via SSH or any network tool, always use the fully-qualified `.cloonar.com` form (e.g. `web-arm.cloonar.com`, `mail.cloonar.com`). Bare hostnames do not resolve. + ## Custom Packages When creating a new package in `utils/pkgs/`, always include an `update.sh` script to automate version updates. See `utils/pkgs/claude-code/update.sh` for the pattern: