add node exporter

This commit is contained in:
Tristan 2023-08-03 13:53:49 +01:00
parent 4b98163f7e
commit 35cb26cf49

View file

@ -172,6 +172,8 @@ user: { config, pkgs, ... }:
hardware.bluetooth.enable = true; hardware.bluetooth.enable = true;
services.blueman.enable = true; services.blueman.enable = true;
services.prometheus.exporters.node.enable = true;
} }