nixos/cassandra: use types.port

This commit is contained in:
h7x4
2025-09-22 16:32:59 +02:00
parent 2d0aa999ce
commit 5fc863dd73
@@ -415,7 +415,7 @@ in
};
jmxPort = mkOption {
type = types.int;
type = types.port;
default = 7199;
description = ''
Specifies the default port over which Cassandra will be available for