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; enable = true;
web-ui.enable = true; web-ui.enable = true;
# bots.wizardlink = { bots.wizardlink = {
# enabled = true; enabled = true;
# passwordFile = /var/lib/asf/bot_info/wizardlink.password; passwordFile = /var/lib/archisteamfarm/bots/wizardlink.password;
# username = builtins.readFile /var/lib/asf/bot_info/wizardlink.username; username = "master1891891";
#
# settings = { settings = {
# CustomGamePlayedWhileFarming = "In the fields"; CustomGamePlayedWhileFarming = "In the fields";
# CustomGamePlayedWhileIdle = "Out from the fields"; CustomGamePlayedWhileIdle = "Out from the fields";
# }; };
# }; };
}; };
} }