From 8c7e1e75ee99d7e4fe6d48f326323d2c09b21063 Mon Sep 17 00:00:00 2001 From: jopejoe1 Date: Mon, 14 Oct 2024 19:45:00 +0200 Subject: [PATCH] update asf --- nixos-modules/asf/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/nixos-modules/asf/default.nix b/nixos-modules/asf/default.nix index 9464aac..1b26043 100644 --- a/nixos-modules/asf/default.nix +++ b/nixos-modules/asf/default.nix @@ -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;