Telegram bot via nix-openclaw NixOS module. Secrets (API key, bot token) loaded from /etc/openclaw/ at runtime. Telegram user ID read from gitignored openclaw-allow-from.nix.
22 lines
445 B
Text
22 lines
445 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
|
|
|
|
# Nix build output symlink
|
|
result
|
|
|
|
# OpenClaw: Telegram user ID (not committed to public repo)
|
|
nixos/hosts/openclaw-allow-from.nix
|
|
|
|
# Archived / local-only directories
|
|
openclaw-documents-repo/
|