feat: added discord bot

This commit is contained in:
silver 2023-08-28 18:01:34 +01:00
commit be4ab47ad8
6 changed files with 210 additions and 46 deletions

View file

@ -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;
};
}