services.heartbeat.extraConfig

NixOS option

Any other configuration options you want to add

type: strings concatenated with "\n"
Default
''
  heartbeat.monitors:
  - type: http
    urls: ["http://localhost:9200"]
    schedule: '@every 10s'
''
declared in: nixos/modules/services/logging/heartbeat.nixView source on NixOS/nixpkgs →