1
0
Fork 0

open the nixos firewall for node-exporter

This commit is contained in:
Daniel Lovbrotte Olsen 2023-03-04 22:47:11 +01:00
parent 70f4777696
commit 28dad93826
1 changed files with 3 additions and 0 deletions

View File

@ -17,6 +17,9 @@
];
};
networking.firewall.allowedTCPPorts = [ 9100 ];
services.promtail = {
enable = true;
configuration = {