tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
nixos/cassandra: use `types.port`
h7x4
4 months ago
5fc863dd
2d0aa999
+1
-1
1 changed file
expand all
collapse all
unified
split
nixos
modules
services
databases
cassandra.nix
+1
-1
nixos/modules/services/databases/cassandra.nix
···
415
415
};
416
416
417
417
jmxPort = mkOption {
418
418
-
type = types.int;
418
418
+
type = types.port;
419
419
default = 7199;
420
420
description = ''
421
421
Specifies the default port over which Cassandra will be available for