summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--nixos/modules/services/databases/cassandra.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/modules/services/databases/cassandra.nix b/nixos/modules/services/databases/cassandra.nix
index 3f3733a8e80f..3c41e3becb90 100644
--- a/nixos/modules/services/databases/cassandra.nix
+++ b/nixos/modules/services/databases/cassandra.nix
@@ -133,6 +133,7 @@ in {
     jre = mkOption {
       description = "JRE package to run cassandra service.";
       default = pkgs.jre;
+      defaultText = "pkgs.jre";
       type = types.package;
     };
     user = mkOption {