mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-06-07 13:29:22 +02:00
Add basic asf config
This commit is contained in:
parent
412a477e91
commit
226b6883cb
2 changed files with 19 additions and 0 deletions
18
modules/asf/default.nix
Normal file
18
modules/asf/default.nix
Normal file
|
@ -0,0 +1,18 @@
|
|||
{ ... }:
|
||||
|
||||
{
|
||||
services.archisteamfarm = {
|
||||
enable = true;
|
||||
web-ui.enable = true;
|
||||
bots.jopejoe1 = {
|
||||
username = "jopejoe1";
|
||||
enabled = true;
|
||||
settings = {
|
||||
AutoSteamSaleEvent = true;
|
||||
FarmingOrders = 9;
|
||||
OnlineStatus = 0;
|
||||
RemoteCommunication = 0;
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue