mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2024-12-29 02:06:33 +01:00
update asf
This commit is contained in:
parent
110d6dccb2
commit
8c7e1e75ee
1 changed files with 3 additions and 3 deletions
|
@ -13,16 +13,16 @@ in
|
|||
enable = true;
|
||||
web-ui.enable = true;
|
||||
settings = {
|
||||
LicenseID = "@asfLicenseID@";
|
||||
LicenseID = null;
|
||||
SteamProtocols = 7;
|
||||
AutoSteamSaleEvent = true;
|
||||
#AutoSteamSaleEvent = true;
|
||||
};
|
||||
bots.jopejoe1 = {
|
||||
username = "jopejoe1";
|
||||
enabled = true;
|
||||
passwordFile = null;
|
||||
settings = {
|
||||
AutoSteamSaleEvent = true;
|
||||
#AutoSteamSaleEvent = true;
|
||||
FarmingOrders = 9;
|
||||
OnlineStatus = 0;
|
||||
RemoteCommunication = 0;
|
||||
|
|
Loading…
Reference in a new issue