Added Prometheus Exporter to std config; Added Grafana;

This commit is contained in:
2026-04-10 22:28:21 +02:00
parent 46fb7622e9
commit 40185d110a
5 changed files with 61 additions and 25 deletions

View File

@@ -1,5 +1,8 @@
{
imports = [ ./hardware-configuration.nix ];
imports = [
./hardware-configuration.nix
../../nixos/roles/monitoring.nix
];
networking = {
useNetworkd = true;