From 006138f8063d1f8c493d256dfae5a361fd3c0a8e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= Date: Sun, 7 Dec 2025 17:51:35 +0000 Subject: [PATCH] vno2: add (to) ping_exporter --- hosts/vno2-desk2/configuration.nix | 1 + modules/services/ping_exporter/default.nix | 1 + 2 files changed, 2 insertions(+) diff --git a/hosts/vno2-desk2/configuration.nix b/hosts/vno2-desk2/configuration.nix index 5b1ee2e..d471e2d 100644 --- a/hosts/vno2-desk2/configuration.nix +++ b/hosts/vno2-desk2/configuration.nix @@ -130,6 +130,7 @@ in services = { node_exporter.enable = true; + ping_exporter.enable = true; syncthing = { enable = true; diff --git a/modules/services/ping_exporter/default.nix b/modules/services/ping_exporter/default.nix index d3060af..ef252c6 100644 --- a/modules/services/ping_exporter/default.nix +++ b/modules/services/ping_exporter/default.nix @@ -33,6 +33,7 @@ in "github.com" "jakstys.lt" + "vno2.jakstys.lt" "fra1-c.jakstys.lt" "sqq1-desk.jakst.vpn"