feat(discord): adding the bde bot
This commit is contained in:
parent
6e2d489667
commit
9b5e8eed29
3 changed files with 60 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue