1
0

monitoring, router, radius: monitor more hosts

This commit is contained in:
2022-07-20 10:40:37 +02:00
parent 02ca6f4d05
commit b1d2815f3a
3 changed files with 13 additions and 1 deletions

View File

@@ -20,5 +20,11 @@ with lib;
networking.defaultGateway = { address = "10.42.10.1"; interface = "ens18"; };
networking.defaultGateway6 = { address = "2a01:4f8:1c0c:8221::1"; interface = "ens18"; };
services.prometheus.exporters.node = {
enable = true;
listenAddress = "10.42.10.5";
openFirewall = true;
};
system.stateVersion = "22.05";
}