mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2024-12-29 19:06:34 +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 = {
|
||||
username = "jopejoe1";
|
||||
enabled = true;
|
||||
passwordFile = "/var/lib/asf/pw";
|
||||
passwordFile = null;
|
||||
settings = {
|
||||
AutoSteamSaleEvent = true;
|
||||
FarmingOrders = 9;
|
||||
|
|
|
@ -59,6 +59,11 @@
|
|||
enableACME = true;
|
||||
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