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