nixos(archisteamfarm): add new bot
This commit is contained in:
parent
34fb317bbc
commit
ee8a8a6215
|
@ -15,5 +15,11 @@
|
||||||
CustomGamePlayedWhileIdle = "Out from the fields";
|
CustomGamePlayedWhileIdle = "Out from the fields";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
bots.zak = {
|
||||||
|
enabled = true;
|
||||||
|
passwordFile = /var/lib/archisteamfarm/bots/zak.password;
|
||||||
|
username = "matheuszak";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue