nixos/elasticsearch: use types.port

This commit is contained in:
h7x4
2025-09-22 16:32:59 +02:00
parent 7c06f21739
commit b6d0fa4ed9
@@ -72,7 +72,7 @@ in
tcp_port = mkOption {
description = "Elasticsearch port for the node to node communication.";
default = 9300;
type = types.int;
type = types.port;
};
cluster_name = mkOption {