diff --git a/services/archi.nix b/services/archi.nix index f026a2e..85a11d0 100644 --- a/services/archi.nix +++ b/services/archi.nix @@ -15,5 +15,11 @@ CustomGamePlayedWhileIdle = "Out from the fields"; }; }; + + bots.zak = { + enabled = true; + passwordFile = /var/lib/archisteamfarm/bots/zak.password; + username = "matheuszak"; + }; }; }