From c2c46fa3f51cde2fcd764827b1bd0073c4bc15c8 Mon Sep 17 00:00:00 2001 From: Raphael Date: Mon, 10 Nov 2025 12:59:03 +0100 Subject: [PATCH] feat(server/bot): disable the ada bot --- hosts/server/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/server/configuration.nix b/hosts/server/configuration.nix index 108f459..4f476a8 100644 --- a/hosts/server/configuration.nix +++ b/hosts/server/configuration.nix @@ -61,7 +61,7 @@ bde = false; tut = true; marty = true; - ada = true; + ada = false; music = false; tempvoc = true; ticket = true;