healthcheck: increase threshold to 97%
1 files changed, 1 insertions(+), 1 deletions(-) M modules/services/healthcheck.nix
M modules/services/healthcheck.nix => modules/services/healthcheck.nix +1 -1
@@ 1,7 1,7 @@ { config, lib, pkgs, ... }: with lib; let healthcheckCfg = config.services.healthcheck; - threshold = 95; + threshold = 97; healthcheckCurl = fail: '' ${pkgs.curl}/bin/curl \