MyNixOS website logo
option

services.archisteamfarm.bots

Bots name and configuration.

Declarations
Type
attribute set of (submodule)
Default
{ }
Example
{
  exampleBot = {
    passwordFile = "/var/lib/archisteamfarm/secrets/password";
    settings = {
      SteamParentalCode = "1234";
    };
    username = "alice";
  };
}