From 5fc863dd73fb2fa6526fbd4169f2a71d2ecd7433 Mon Sep 17 00:00:00 2001 From: h7x4 Date: Mon, 22 Sep 2025 15:40:27 +0200 Subject: [PATCH] nixos/cassandra: use `types.port` --- nixos/modules/services/databases/cassandra.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/modules/services/databases/cassandra.nix b/nixos/modules/services/databases/cassandra.nix index 814f0e99a8a7..27b7a5b94db2 100644 --- a/nixos/modules/services/databases/cassandra.nix +++ b/nixos/modules/services/databases/cassandra.nix @@ -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