From 3782fe8ab591818d8310d53655e1e64a3f6c0c84 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 | 1 + 1 file changed, 1 insertion(+) diff --git a/services/pleroma.nix b/services/pleroma.nix index 2593c81..13b9435 100644 --- a/services/pleroma.nix +++ b/services/pleroma.nix @@ -62,6 +62,7 @@ in { notify_email: "pleroma@alarsyo.net", limit: 5000, registrations_open: false + healthcheck: true config :pleroma, :media_proxy, enabled: false,