nixos(archisteamfarm): add new bot

This commit is contained in:
Alexandre Cavalheiro 2024-05-17 15:20:10 -03:00
parent 34fb317bbc
commit ee8a8a6215
Signed by: wizardlink
GPG key ID: A5767B54367CFBDF

View file

@ -15,5 +15,11 @@
CustomGamePlayedWhileIdle = "Out from the fields";
};
};
bots.zak = {
enabled = true;
passwordFile = /var/lib/archisteamfarm/bots/zak.password;
username = "matheuszak";
};
};
}