feat: server side aspects of adding minecraft whitelist added

This commit is contained in:
silver 2024-03-03 12:49:55 +00:00
parent 2761098c8d
commit d5877e99e6
6 changed files with 217 additions and 16 deletions

View file

@ -107,7 +107,7 @@
};
discord = mkOption rec {
type = types.str;
description = "ENV file with DISCORD_TOKEN";
description = "ENV file with DISCORD_TOKEN, DISCORD_MINECRAFT";
};
mail = mkOption rec {
type = types.str;