chore: remove all OpenClaw integration from dotfiles 🔥
OpenClaw is no longer used. Removes flake inputs (nix-openclaw, openclaw-documents), overlays, home-manager modules, config files, docs, and related TODO/gitignore entries.
This commit is contained in:
parent
494bc8a5f4
commit
18ccebc109
11 changed files with 29 additions and 341 deletions
|
|
@ -26,7 +26,7 @@ cd ~/dotfiles/nixos && nix build .#installer-iso
|
|||
## Flake architecture
|
||||
|
||||
- **Flake:** `nixos/flake.nix` — single flake for all hosts
|
||||
- **Inputs:** nixpkgs-unstable, nix-darwin, home-manager, nixos-wsl, disko, zen-browser, nix-openclaw, openclaw-documents
|
||||
- **Inputs:** nixpkgs-unstable, nix-darwin, home-manager, nixos-wsl, disko, zen-browser
|
||||
- **Host configs** in `nixos/hosts/`:
|
||||
- `macos.nix` — Apple Silicon MacBook Air (aarch64-darwin, nix-darwin)
|
||||
- `sunken-ship.nix` — NixOS home server (x86_64-linux)
|
||||
|
|
@ -50,10 +50,6 @@ cd ~/dotfiles/nixos && nix build .#installer-iso
|
|||
- Auto-rebuild timer: `dotfiles-rebuild` — only active after flake config switch. Check with `systemctl is-active dotfiles-rebuild.timer`.
|
||||
- Server has WiFi; stays reachable when ethernet is unplugged.
|
||||
|
||||
## OpenClaw
|
||||
|
||||
AI assistant gateway (Telegram), integrated in the flake. Config: `nixos/home/danny/openclaw.nix`. Documents (SOUL.md, TOOLS.md) come from a separate local repo via the `openclaw-documents` flake input (path: `/Users/danny/dotfiles/openclaw-documents-repo`). Secrets (bot token, gateway token, Telegram user ID) live in `~/.secrets/` or the config. One apply: `darwin-rebuild switch --flake .`.
|
||||
|
||||
## Ollama
|
||||
|
||||
Custom nix-darwin module at `nixos/ollama.nix` (upstream PR not yet merged). Enabled on macOS via `nixos/hosts/macos.nix`. Runs as a launchd user agent with `ollama serve`.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue