~sumner/nixos-configuration

b4a2aa45ec29a0677ddd1dd2d2df8b005314d1e4 — Sumner Evans 2 years ago 6ea550f
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 \