mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2024-12-29 19:16:50 +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;
|
enable = true;
|
||||||
web-ui.enable = true;
|
web-ui.enable = true;
|
||||||
settings = {
|
settings = {
|
||||||
LicenseID = "@asfLicenseID@";
|
LicenseID = null;
|
||||||
SteamProtocols = 7;
|
SteamProtocols = 7;
|
||||||
AutoSteamSaleEvent = true;
|
#AutoSteamSaleEvent = true;
|
||||||
};
|
};
|
||||||
bots.jopejoe1 = {
|
bots.jopejoe1 = {
|
||||||
username = "jopejoe1";
|
username = "jopejoe1";
|
||||||
enabled = true;
|
enabled = true;
|
||||||
passwordFile = null;
|
passwordFile = null;
|
||||||
settings = {
|
settings = {
|
||||||
AutoSteamSaleEvent = true;
|
#AutoSteamSaleEvent = true;
|
||||||
FarmingOrders = 9;
|
FarmingOrders = 9;
|
||||||
OnlineStatus = 0;
|
OnlineStatus = 0;
|
||||||
RemoteCommunication = 0;
|
RemoteCommunication = 0;
|
||||||
|
|
Loading…
Reference in a new issue