nixos/cassandra: use `types.port`

h7x4 5fc863dd 2d0aa999

+1 -1
+1 -1
nixos/modules/services/databases/cassandra.nix
··· 415 }; 416 417 jmxPort = mkOption { 418 - type = types.int; 419 default = 7199; 420 description = '' 421 Specifies the default port over which Cassandra will be available for
··· 415 }; 416 417 jmxPort = mkOption { 418 + type = types.port; 419 default = 7199; 420 description = '' 421 Specifies the default port over which Cassandra will be available for