This commit is contained in:
Johannes Jöns 2024-10-14 19:36:42 +02:00
parent 434e79a060
commit 110d6dccb2
2 changed files with 6 additions and 1 deletions

View file

@ -20,7 +20,7 @@ in
bots.jopejoe1 = { bots.jopejoe1 = {
username = "jopejoe1"; username = "jopejoe1";
enabled = true; enabled = true;
passwordFile = "/var/lib/asf/pw"; passwordFile = null;
settings = { settings = {
AutoSteamSaleEvent = true; AutoSteamSaleEvent = true;
FarmingOrders = 9; FarmingOrders = 9;

View file

@ -59,6 +59,11 @@
enableACME = true; enableACME = true;
locations."/".proxyPass = "http://${config.services.nix-serve.bindAddress}:${toString config.services.nix-serve.port}"; locations."/".proxyPass = "http://${config.services.nix-serve.bindAddress}:${toString config.services.nix-serve.port}";
}; };
"hetzner" = {
forceSSL = false;
enableACME = false;
locations."/".proxyPass = "http://127.0.0.1:1242";
};
}; };
}; };