Commit graph

67 commits

Author SHA1 Message Date
11a588a4d9 Fix api type to openai-completions 2026-03-17 21:38:46 +01:00
396d1bd048 Copy config to OpenClaw's actual config location 2026-03-17 21:35:28 +01:00
d7c3bd0775 Fix EnvironmentFile merge with mkMerge 2026-03-17 21:26:51 +01:00
2dd8ef2797 Add --allow-unconfigured flag to openclaw 2026-03-17 21:19:08 +01:00
50b99b008c Run openclaw gateway in foreground mode 2026-03-17 21:17:12 +01:00
ff397d7d8c Add bash to PATH for shell scripts 2026-03-17 21:15:11 +01:00
36880c0135 Fix PATH environment variable for git access 2026-03-17 21:13:47 +01:00
cd801d325b Add git to OpenClaw service PATH for npm deps 2026-03-17 21:12:18 +01:00
cf27c28389 Add home dir to ReadWritePaths for npm cache 2026-03-17 21:08:25 +01:00
b9976c04ef Fix cp command shell syntax in OpenClaw 2026-03-17 21:07:26 +01:00
416432be17 Fix OpenClaw systemd service configuration 2026-03-17 21:06:14 +01:00
da5a408853 Set maxTokens to 128k for all z.ai models 2026-03-17 21:04:00 +01:00
a26e75b7a7 Update z.ai API URL and models
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-17 21:03:26 +01:00
1d11816a55 Remove OpenAI, use z.ai for OpenClaw
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-17 20:59:05 +01:00
3a885463f0 Add OpenClaw AI Agent module
- Systemd service running OpenClaw gateway
- Configurable via sops secrets
- Runs on localhost:18789

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-17 20:55:15 +01:00
f013863986 Simplify SearXNG module to use root-based podman
Remove complex rootless container setup that was causing
dependency issues with user-runtime-dir services.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-17 20:17:20 +01:00
24d01ac630 Add modular service configuration with SearXNG and Nginx
- Create modules/ directory with reusable NixOS modules
- Add system module for main user configuration
- Add podman module for rootless container support
- Add nginx module with automatic Let's Encrypt SSL
- Add searxng module with Anubis AI firewall protection
- Configure SearXNG at search.ashisgreat.xyz
- Enable nginx reverse proxy with HTTPS

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-17 19:47:43 +01:00