mirror of
https://git.pvv.ntnu.no/Drift/pvv-nixos-config.git
synced 2025-01-18 08:46:46 +01:00
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 = {
|
||||
enable = true;
|
||||
configuration = {
|
||||
|
Loading…
Reference in New Issue
Block a user