1
0
Files
configuration
flake
hosts
_iso
aluminium
astatine
backup-4
beryllium
carbon
clerie-backup
dn42-il-gw1
dn42-il-gw5
dn42-il-gw6
dn42-ildix-clerie
dn42-ildix-service
gatekeeper
hydra-1
hydra-2
krypton
mail-2
monitoring-3
dashboards
alertmanager.nix
berlinerbaeder-exporter.nix
blackbox.nix
configuration.nix
grafana.nix
hardware-configuration.nix
nixos-validator.nix
prometheus.nix
rules.yml
secrets.json
ssh.pub
uptimestatus.nix
nonat
osmium
palladium
porter
storage-2
tungsten
web-2
zinc
lib
modules
pkgs
profiles
users
.gitignore
README.md
flake.lock
flake.nix
nixfiles/hosts/monitoring-3/nixos-validator.nix

11 lines
249 B
Nix

{ pkgs, ... }:
{
services.nixos-validator = {
enable = true;
listen = "[::]:9153";
prometheusUrl = "http://[::1]:9090";
prometheusQueryTagTemplate = "instance=\"{}.net.clerie.de\"";
hydraUrl = "https://hydra.clerie.de";
};
}