feat(users/rus07tam): add agents settings
Some checks failed
Nix CI / build (push) Has been cancelled

This commit is contained in:
Rustam Efimov 2026-04-01 10:51:02 +03:00
parent f5a5990e62
commit c63afef488
No known key found for this signature in database

View file

@ -19,6 +19,11 @@
systemd.enable = true;
config = {
agents.defaults = {
model.primary = "openrouter/qwen/qwen3-coder:free";
sandbox.mode = "off";
};
gateway = {
mode = "local";
auth.token = sec."rus07tam/openclaw/gatewayToken".path;