Add messaging capability
This commit is contained in:
parent
56dbe76ed4
commit
a38b919f05
2 changed files with 106 additions and 1 deletions
|
|
@ -12,10 +12,12 @@
|
|||
hostUsers = [ "tobi" ];
|
||||
};
|
||||
|
||||
settings.model.default = "openrouter/anthropic/claude-sonnet-4";
|
||||
settings.model.default = "qwen/qwen3.7-max";
|
||||
|
||||
environmentFiles = [ config.sops.secrets."hermes-env".path ];
|
||||
|
||||
extraDependencyGroups = [ "messaging"];
|
||||
|
||||
addToSystemPackages = true;
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue