Torjus Håkestad
a4592ffda3
Some checks failed
Run nix flake check / flake-check (push) Failing after 23m19s
11 lines
148 B
Nix
11 lines
148 B
Nix
{ pkgs, ... }:
|
|
{
|
|
services.prometheus.exporters.node = {
|
|
enable = true;
|
|
enabledCollectors = [
|
|
"systemd"
|
|
"logind"
|
|
];
|
|
};
|
|
}
|