mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-01-07 21:56:34 +01:00
19 lines
323 B
Nix
19 lines
323 B
Nix
|
{ ... }:
|
||
|
|
||
|
{
|
||
|
services.archisteamfarm = {
|
||
|
enable = true;
|
||
|
web-ui.enable = true;
|
||
|
bots.jopejoe1 = {
|
||
|
username = "jopejoe1";
|
||
|
enabled = true;
|
||
|
settings = {
|
||
|
AutoSteamSaleEvent = true;
|
||
|
FarmingOrders = 9;
|
||
|
OnlineStatus = 0;
|
||
|
RemoteCommunication = 0;
|
||
|
};
|
||
|
};
|
||
|
};
|
||
|
}
|