21 lines
335 B
Nix
21 lines
335 B
Nix
{
|
|
services.archisteamfarm = {
|
|
enable = true;
|
|
web-ui.enable = true;
|
|
|
|
bots.wizardlink = {
|
|
enabled = true;
|
|
username = "master1891891";
|
|
|
|
settings = {
|
|
CustomGamePlayedWhileFarming = "In the fields";
|
|
};
|
|
};
|
|
|
|
bots.zak = {
|
|
enabled = true;
|
|
username = "matheuszak";
|
|
};
|
|
};
|
|
}
|