Change monitoring
Some checks failed
Run nix flake check / flake-check (push) Has been cancelled

This commit is contained in:
2024-12-03 00:29:35 +01:00
parent 71b6ace553
commit 7e15151bec
4 changed files with 57 additions and 38 deletions

View File

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