summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--adonis/autopush/default.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/adonis/autopush/default.nix b/adonis/autopush/default.nix
index a527be9..77574ce 100644
--- a/adonis/autopush/default.nix
+++ b/adonis/autopush/default.nix
@@ -26,7 +26,7 @@ in {
AUTOCONNECT__ENDPOINT_SCHEME = "https";
AUTOCONNECT__ENDPOINT_HOSTNAME = "updates.${domain}";
AUTOCONNECT__ENDPOINT_PORT = builtins.toString endpointPort;
- AUTOCONNECT__ROUTER_HOSTNAME = "127.0.0.1";
+ AUTOCONNECT__ROUTER_HOSTNAME = "localhost";
};
wantedBy = ["multi-user.target"];
serviceConfig = {
@@ -40,6 +40,7 @@ in {
AUTOEND__HOST = "127.0.0.1";
AUTOEND__PORT = builtins.toString port;
AUTOEND__ENDPOINT_URL = "https://updates.${domain}";
+ AUTOEND__HUMAN_LOGS = true;
};
wantedBy = ["multi-user.target"];
serviceConfig = {