feat(users/rus07tam): remove openclaw
This commit is contained in:
parent
62f154e6ac
commit
17590915e3
4 changed files with 1 additions and 63 deletions
|
|
@ -1,5 +1,3 @@
|
|||
{
|
||||
imports = [
|
||||
./../modules/openclaw
|
||||
];
|
||||
imports = [ ];
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,6 +0,0 @@
|
|||
{
|
||||
imports = [
|
||||
./secrets.nix
|
||||
./service.nix
|
||||
];
|
||||
}
|
||||
|
|
@ -1,6 +0,0 @@
|
|||
{
|
||||
sops.secrets = {
|
||||
"rus07tam/openclaw/gatewayToken" = { };
|
||||
"rus07tam/openclaw/telegramToken" = { };
|
||||
};
|
||||
}
|
||||
|
|
@ -1,48 +0,0 @@
|
|||
{
|
||||
sec,
|
||||
inputs,
|
||||
...
|
||||
}: {
|
||||
imports = [
|
||||
inputs.nix-openclaw.homeManagerModules.openclaw
|
||||
];
|
||||
|
||||
programs.openclaw = {
|
||||
enable = true;
|
||||
installApp = false;
|
||||
systemd.enable = true;
|
||||
|
||||
bundledPlugins = {
|
||||
summarize.enable = true;
|
||||
};
|
||||
|
||||
instances.default = {
|
||||
enable = true;
|
||||
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;
|
||||
};
|
||||
|
||||
channels.telegram = {
|
||||
tokenFile = sec."rus07tam/openclaw/telegramToken".path;
|
||||
allowFrom = [6146757977];
|
||||
groups = {
|
||||
"*" = {
|
||||
requireMention = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
plugins.entries.telegram.enabled = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue