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"; - }; }; }