services(archisteamfarm): enable my user bot
This commit is contained in:
parent
71648d1b3d
commit
596dd0a7e6
|
@ -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";
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue