Replace short flags with long ones for readability

This commit is contained in:
SebastianStork 2025-02-26 22:32:27 +01:00
parent dc57acb9d8
commit e094f112bf
6 changed files with 13 additions and 13 deletions

View file

@ -96,7 +96,7 @@ in
serviceConfig.Type = "oneshot";
scriptArgs = "%i";
script = ''
${lib.getExe pkgs.curl} -fsS -m 10 --retry 5 https://hc-ping.com/$(cat ${
${lib.getExe pkgs.curl} --fail --silent --show-error --max-time 10 --retry 5 https://hc-ping.com/$(cat ${
config.sops.secrets."healthchecks-ping-key".path or "/run/secrets/healthchecks-ping-key"
})/$(echo $1 | tr _ /)
'';