1
0
Fork 0

Compare commits

...

2 Commits

2 changed files with 3 additions and 0 deletions

View File

@ -277,6 +277,7 @@
enable = true;
id = "104";
pubkey = "sro9DUSMtVr5xV2o3GTgg+0vmLj+bRc8fN+3pIr6+HY=";
blackbox = true;
};
services.unbound = {

View File

@ -50,6 +50,8 @@ in
firewallFilter = "-i wg-monitoring -p tcp -m tcp --dport 9100";
};
systemd.services."prometheus-node-exporter".serviceConfig.RestrictAddressFamilies = [ "AF_NETLINK" ];
services.prometheus.exporters.bird = mkIf cfg.bird {
enable = true;
openFirewall = true;