mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-01-01 18:06:33 +01:00
add asf
This commit is contained in:
parent
434e79a060
commit
110d6dccb2
2 changed files with 6 additions and 1 deletions
|
@ -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;
|
||||||
|
|
|
@ -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";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue