June
c54b655b0e
Do that so we can have monitoring for them via prometheus, alertmanager and grafana. Also add a local ip for the git host for PVE firewalling.
9 lines
104 B
Nix
9 lines
104 B
Nix
{ ... }:
|
|
|
|
{
|
|
services.prometheus.exporters.node = {
|
|
enable = true;
|
|
openFirewall = true;
|
|
};
|
|
}
|