Sync host lists with flake.nix and add CLAUDE.md
Check NixOS configurations / eval-hosts (push) Successful in 34m44s

Remove the nonexistent kuma host and add the missing linode-minimal
host across README, AGENTS.md, docs, and CI eval workflows so they
match flake.nix's nixosConfigurations. Also add CLAUDE.md with
architecture/safety guidance for future Claude Code sessions.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This commit is contained in:
2026-07-19 09:48:05 +10:00
co-authored by Claude Sonnet 5
parent 14accceb02
commit 0b090cab07
6 changed files with 119 additions and 5 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ jobs:
- name: Evaluate all NixOS hosts
run: |
set -euo pipefail
for host in nixos docker kuma server nix-cache nix-minimal pxe-boot; do
for host in nixos docker server nix-cache nix-minimal pxe-boot linode-minimal; do
echo "Evaluating ${host}"
nix --extra-experimental-features 'nix-command flakes' eval \
".#nixosConfigurations.${host}.config.system.build.toplevel.drvPath" --raw