nixos/endlessh-go: fix firewall bugs (#339701)

This commit is contained in:
Azat Bahawi 2024-09-07 10:22:25 +00:00 committed by GitHub
commit 3f2297f073
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -133,7 +133,7 @@ in
};
networking.firewall.allowedTCPPorts = with cfg;
optionals openFirewall [ port prometheus.port ];
optionals openFirewall [ port ];
};
meta.maintainers = with maintainers; [ azahi ];