feat: added discord bot
This commit is contained in:
commit
be4ab47ad8
6 changed files with 210 additions and 46 deletions
|
@ -22,6 +22,7 @@ let
|
|||
in {
|
||||
imports = [
|
||||
../applications/ldap/server.nix
|
||||
../applications/discord.nix
|
||||
];
|
||||
|
||||
deployment = {
|
||||
|
@ -52,4 +53,8 @@ in {
|
|||
name = name;
|
||||
};
|
||||
};
|
||||
|
||||
services.discord_bot = {
|
||||
enable = true;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue