From e4914ec83d6f3572416d3586ab6ecf4a4ba6ed01 Mon Sep 17 00:00:00 2001 From: "Alexandre Cavalheiro S. Tiago da Silva" Date: Fri, 16 May 2025 17:57:37 -0300 Subject: [PATCH] chore(wizdesk): remove bot from asf service Also make my bot offline only and disable custom message while farming since that now has no effect. --- hosts/wizdesk/services/nixos/archi.nix | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/hosts/wizdesk/services/nixos/archi.nix b/hosts/wizdesk/services/nixos/archi.nix index dc0d506..c47ec69 100644 --- a/hosts/wizdesk/services/nixos/archi.nix +++ b/hosts/wizdesk/services/nixos/archi.nix @@ -8,13 +8,8 @@ username = "master1891891"; settings = { - CustomGamePlayedWhileFarming = "In the fields"; + OnlineStatus = 0; }; }; - - bots.zak = { - enabled = true; - username = "matheuszak"; - }; }; }