chore: remove discord bot

This commit is contained in:
uttarayan21
2025-09-04 12:29:38 +05:30
parent c654f9e8b9
commit a3f048d256
5 changed files with 24 additions and 178 deletions

View File

@@ -15,7 +15,6 @@
./prowlarr.nix
./resolved.nix
./searxng.nix
./sigmabot.nix
./tailscale.nix
./games
# ./paperless.nix

View File

@@ -1,18 +0,0 @@
{
config,
inputs,
...
}: {
imports = [
inputs.spotybooty.nixosModules.default
];
sops = {
secrets."discord/token".owner = config.services.spotybooty.user;
};
services.spotybooty = {
enable = true;
logLevel = "info";
tokenFile = config.sops.secrets."discord/token".path;
openFirewall = true;
};
}