- Add nix-openclaw to flake; OpenClaw config in home/danny/openclaw.nix - Gateway token from ~/.secrets/openclaw-gateway-token via wrapper script - Telegram allowFrom from gitignored openclaw-allow-from.nix (example committed) - openclaw-documents (AGENTS.md, SOUL.md, TOOLS.md) for workspace - AGENTS.md: note OpenClaw config location and apply command Made-with: Cursor
16 lines
345 B
Text
16 lines
345 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
|