vps: add task force beta bot
This commit is contained in:
parent
dcfd230b02
commit
0c53f9ebc0
4 changed files with 121 additions and 0 deletions
|
|
@ -19,5 +19,6 @@ with lib; {
|
|||
./isso.nix
|
||||
./miniflux.nix
|
||||
./radicale.nix
|
||||
./task-force-beta-bot.nix
|
||||
];
|
||||
}
|
||||
|
|
|
|||
13
sys/platforms/vps/srv/task-force-beta-bot.nix
Normal file
13
sys/platforms/vps/srv/task-force-beta-bot.nix
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
lib,
|
||||
pkgs,
|
||||
config,
|
||||
...
|
||||
}:
|
||||
with lib; {
|
||||
local.sys.task-force-beta-bot = {
|
||||
enable = true;
|
||||
tokenFile = "/var/trust/task_force_beta_bot/telegram_token";
|
||||
allowedChats = [ (-1002186489671) ];
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue