nixos/cassandra: use `types.port`

h7x4 5fc863dd 2d0aa999

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