grafana sso

This commit is contained in:
Tristan 2024-02-18 15:54:14 +00:00
parent 8131132c49
commit 8e30de4995
8 changed files with 163 additions and 11 deletions

View file

@ -110,5 +110,8 @@ in {
"net.ipv4.ip_unprivileged_port_start" = 53;
};
services.prometheus.exporters.node.enable = true;
services.prometheus.exporters.node = {
enable = true;
enabledCollectors = [ "systemd" ];
};
}