- Systemd service running OpenClaw gateway - Configurable via sops secrets - Runs on localhost:18789 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
10 lines
127 B
Nix
10 lines
127 B
Nix
# Module exports
|
|
{
|
|
imports = [
|
|
./system.nix
|
|
./podman.nix
|
|
./nginx.nix
|
|
./searxng.nix
|
|
./openclaw.nix
|
|
];
|
|
}
|