···415 };
416417 jmxPort = mkOption {
418- type = types.int;
419 default = 7199;
420 description = ''
421 Specifies the default port over which Cassandra will be available for
···415 };
416417 jmxPort = mkOption {
418+ type = types.port;
419 default = 7199;
420 description = ''
421 Specifies the default port over which Cassandra will be available for