This commit is contained in:
parent
2ab6bf19cd
commit
62f154e6ac
1 changed files with 7 additions and 2 deletions
|
|
@ -1,5 +1,8 @@
|
||||||
{ sec, inputs, ... }:
|
|
||||||
{
|
{
|
||||||
|
sec,
|
||||||
|
inputs,
|
||||||
|
...
|
||||||
|
}: {
|
||||||
imports = [
|
imports = [
|
||||||
inputs.nix-openclaw.homeManagerModules.openclaw
|
inputs.nix-openclaw.homeManagerModules.openclaw
|
||||||
];
|
];
|
||||||
|
|
@ -30,13 +33,15 @@
|
||||||
|
|
||||||
channels.telegram = {
|
channels.telegram = {
|
||||||
tokenFile = sec."rus07tam/openclaw/telegramToken".path;
|
tokenFile = sec."rus07tam/openclaw/telegramToken".path;
|
||||||
allowFrom = [ 6146757977 ];
|
allowFrom = [6146757977];
|
||||||
groups = {
|
groups = {
|
||||||
"*" = {
|
"*" = {
|
||||||
requireMention = true;
|
requireMention = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
plugins.entries.telegram.enabled = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue