From 35ee93cbbc27b5d927219cceeb0c8f3be5f918a4 Mon Sep 17 00:00:00 2001 From: Antoine Martin Date: Mon, 19 Dec 2022 01:42:05 +0100 Subject: [PATCH] services: pleroma: enable healthcheck --- services/pleroma.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/services/pleroma.nix b/services/pleroma.nix index 2593c81..cdddc43 100644 --- a/services/pleroma.nix +++ b/services/pleroma.nix @@ -61,7 +61,8 @@ in { email: "contact+pleroma@alarsyo.net", notify_email: "pleroma@alarsyo.net", limit: 5000, - registrations_open: false + registrations_open: false, + healthcheck: true config :pleroma, :media_proxy, enabled: false,