linuxware/services/archi.nix

20 lines
397 B
Nix
Raw Normal View History

{ ... }:
{
services.archisteamfarm = {
enable = true;
web-ui.enable = true;
bots.wizardlink = {
enabled = true;
passwordFile = /var/lib/archisteamfarm/bots/wizardlink.password;
username = "master1891891";
settings = {
CustomGamePlayedWhileFarming = "In the fields";
CustomGamePlayedWhileIdle = "Out from the fields";
};
};
};
}