This commit is contained in:
Tristan 2024-02-26 18:26:21 +00:00
parent 7fc3164ab8
commit a8b581f499
12 changed files with 81 additions and 64 deletions

View file

@ -113,6 +113,6 @@ in {
services.prometheus.exporters.node = {
enable = true;
enabledCollectors = [ "systemd" ];
enabledCollectors = ["systemd"];
};
}