1
0

profiles/monitoring-server: Fetch monitoring targets from json file

This commit is contained in:
2025-06-01 13:31:43 +02:00
parent 92f8495111
commit e475e46e3c
6 changed files with 150 additions and 31 deletions

View File

@@ -0,0 +1,7 @@
{ ... }:
{
profiles.clerie.monitoring-server.targets = builtins.fromJSON (builtins.readFile ../../monitoring/targets.json);
}