services(archisteamfarm): enable my user bot

This commit is contained in:
Alexandre Cavalheiro 2024-04-26 07:50:03 -03:00
parent 71648d1b3d
commit 596dd0a7e6
Signed by: wizardlink
GPG key ID: A5767B54367CFBDF

View file

@ -5,15 +5,15 @@
enable = true;
web-ui.enable = true;
# bots.wizardlink = {
# enabled = true;
# passwordFile = /var/lib/asf/bot_info/wizardlink.password;
# username = builtins.readFile /var/lib/asf/bot_info/wizardlink.username;
#
# settings = {
# CustomGamePlayedWhileFarming = "In the fields";
# CustomGamePlayedWhileIdle = "Out from the fields";
# };
# };
bots.wizardlink = {
enabled = true;
passwordFile = /var/lib/archisteamfarm/bots/wizardlink.password;
username = "master1891891";
settings = {
CustomGamePlayedWhileFarming = "In the fields";
CustomGamePlayedWhileIdle = "Out from the fields";
};
};
};
}