open the nixos firewall for node-exporter
This commit is contained in:
@ -17,6 +17,9 @@
|
||||
];
|
||||
};
|
||||
|
||||
|
||||
networking.firewall.allowedTCPPorts = [ 9100 ];
|
||||
|
||||
services.promtail = {
|
||||
enable = true;
|
||||
configuration = {
|
||||
|
Reference in New Issue
Block a user