feat(servers): more prometheus exporters
This commit is contained in:
parent
719337a915
commit
f053c88f2f
1 changed files with 5 additions and 0 deletions
|
@ -56,4 +56,9 @@
|
|||
nixpkgs.config.permittedInsecurePackages = [
|
||||
"electron-25.9.0"
|
||||
];
|
||||
|
||||
services.prometheus.exporters = {
|
||||
systemd.enable = true;
|
||||
node.enable = true;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue