format && add node monitoring
All checks were successful
/ check (push) Successful in 32s

This commit is contained in:
Lzebulon 2025-11-03 23:25:59 +01:00
parent 945897643d
commit 6d99123d55
Signed by: lzebulon
GPG key ID: D6CDAB8050CBBE7D
7 changed files with 20 additions and 10 deletions

View file

@ -0,0 +1,9 @@
{ ... }:
{
services.prometheus.exporters = {
node = {
enable = true;
enabledCollectors = [ "systemd" ];
};
};
}