nixos/elasticsearch: use `types.port`
h7x4 2 months ago b6d0fa4e 7c06f217
··· 72 72 tcp_port = mkOption { 73 73 description = "Elasticsearch port for the node to node communication."; 74 74 default = 9300; 75 75 - type = types.int; 75 75 + type = types.port; 76 76 }; 77 77 78 78 cluster_name = mkOption {