chore: remove discord bot
This commit is contained in:
@@ -15,7 +15,6 @@
|
||||
./prowlarr.nix
|
||||
./resolved.nix
|
||||
./searxng.nix
|
||||
./sigmabot.nix
|
||||
./tailscale.nix
|
||||
./games
|
||||
# ./paperless.nix
|
||||
|
||||
@@ -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;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user