diff --git a/modules/tahani.nix b/modules/tahani.nix index 99e650b..4929109 100644 --- a/modules/tahani.nix +++ b/modules/tahani.nix @@ -73,7 +73,7 @@ }; Service = { Type = "oneshot"; - ExecStart = "${opencode}/bin/opencode run --command inbox-triage"; + ExecStart = "${opencode}/bin/opencode run --command inbox-triage --model opencode-go/kimi-k2.5"; Environment = "PATH=${pkgs.himalaya}/bin:${opencode}/bin:${pkgs.coreutils}/bin"; }; };