Also make my bot offline only and disable custom message while farming since that now has no effect.
15 lines
227 B
Nix
15 lines
227 B
Nix
{
|
|
services.archisteamfarm = {
|
|
enable = true;
|
|
web-ui.enable = true;
|
|
|
|
bots.wizardlink = {
|
|
enabled = true;
|
|
username = "master1891891";
|
|
|
|
settings = {
|
|
OnlineStatus = 0;
|
|
};
|
|
};
|
|
};
|
|
}
|