feat(discord): adding the bde bot

This commit is contained in:
Raphael 2025-05-12 23:28:08 +02:00
parent 6e2d489667
commit 9b5e8eed29
3 changed files with 60 additions and 0 deletions

View file

@ -22,6 +22,7 @@
};
bot_discord = {
master = true;
bde = true;
music = true;
tempvoc = true;
ticket = true;
@ -30,8 +31,25 @@
users = {
defaultUserShell = pkgs.zsh;
users = {
axel = {
isNormalUser = true;
initialPassword = "Feuyllelpb12341234";
description = "feuylle";
useDefaultShell = true;
extraGroups = [
"networkmanager"
"plugdev"
"docker"
];
packages = with pkgs; [
home-manager
];
};
};
};
# Bootloader.
boot.loader = {
systemd-boot.enable = true;