diff options
| -rw-r--r-- | adonis/autopush/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/adonis/autopush/default.nix b/adonis/autopush/default.nix index 77574ce..7e5e45c 100644 --- a/adonis/autopush/default.nix +++ b/adonis/autopush/default.nix @@ -40,7 +40,7 @@ in { AUTOEND__HOST = "127.0.0.1"; AUTOEND__PORT = builtins.toString port; AUTOEND__ENDPOINT_URL = "https://updates.${domain}"; - AUTOEND__HUMAN_LOGS = true; + AUTOEND__HUMAN_LOGS = "true"; }; wantedBy = ["multi-user.target"]; serviceConfig = { |
