open node_exporter port to allowed tcp port on wg0
This commit is contained in:
parent
9c5a06400b
commit
a7e818a3fb
1 changed files with 1 additions and 0 deletions
|
@ -30,6 +30,7 @@
|
|||
];
|
||||
listenAddress = (import ../utils/getInternalIP.nix config).listenIP;
|
||||
};
|
||||
networking.firewall.interfaces."wg0".allowedTCPPorts = [ config.service.prometheus.exporters.node.port ];
|
||||
|
||||
nix.buildCores = 0;
|
||||
|
||||
|
|
Loading…
Reference in a new issue