Skip to content

Commit 3f2297f

Browse files
authored
nixos/endlessh-go: fix firewall bugs (#339701)
2 parents 6ecb754 + 17a4602 commit 3f2297f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nixos/modules/services/security/endlessh-go.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ in
133133
};
134134

135135
networking.firewall.allowedTCPPorts = with cfg;
136-
optionals openFirewall [ port prometheus.port ];
136+
optionals openFirewall [ port ];
137137
};
138138

139139
meta.maintainers = with maintainers; [ azahi ];

0 commit comments

Comments
 (0)