- Documents (SOUL/TOOLS/AGENTS) from path input to openclaw-documents-repo - Flake: openclaw-documents.url = path to local clone (no SSH under sudo) - Remove in-repo openclaw-documents; add docs/openclaw-documents.md - openclaw.nix: activation backup + force for openclaw.json (TODO to remove) - home.nix: add forgejo-cli - .gitignore: openclaw-documents-repo; drop SOUL/TOOLS ignores - AGENTS.md: OpenClaw docs ref - TODO: remove OpenClaw activation/force bloat Made-with: Cursor
19 lines
436 B
Text
19 lines
436 B
Text
# jupyter environment
|
|
env/
|
|
|
|
# ignore jupyterlab checkpoints
|
|
.ipynb_checkpoints/
|
|
|
|
# env file associated with server-ip-sync.py / SIS.py
|
|
.env
|
|
|
|
**/.DS_Store
|
|
|
|
# Installer ISO live WiFi (SSID/PSK); see docs/server-installer-usb.md
|
|
nixos/installer-wifi.nix
|
|
|
|
# OpenClaw: Telegram user ID(s), not in public repo
|
|
nixos/home/danny/openclaw-allow-from.nix
|
|
|
|
# OpenClaw: documents live in private repo; local clone optional
|
|
openclaw-documents-repo/
|