open the nixos firewall for node-exporter
This commit is contained in:
parent
70f4777696
commit
28dad93826
|
@ -17,6 +17,9 @@
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
networking.firewall.allowedTCPPorts = [ 9100 ];
|
||||||
|
|
||||||
services.promtail = {
|
services.promtail = {
|
||||||
enable = true;
|
enable = true;
|
||||||
configuration = {
|
configuration = {
|
||||||
|
|
Loading…
Reference in New Issue