summary refs log tree commit diff
path: root/nixos/modules/services/databases
diff options
context:
space:
mode:
authorDomen Kožar <domen@dev.si>2016-08-10 16:12:05 +0200
committerDomen Kožar <domen@dev.si>2016-08-10 16:12:05 +0200
commit5ccfe7e8f281dd93b0e34b53a463149e0859ff17 (patch)
tree11335a16f815ad3b67af0bb63e5035c9d75450d1 /nixos/modules/services/databases
parentcc0d34f83edd6fa89068b99d423ac9368a23259d (diff)
downloadnixlib-5ccfe7e8f281dd93b0e34b53a463149e0859ff17.tar
nixlib-5ccfe7e8f281dd93b0e34b53a463149e0859ff17.tar.gz
nixlib-5ccfe7e8f281dd93b0e34b53a463149e0859ff17.tar.bz2
nixlib-5ccfe7e8f281dd93b0e34b53a463149e0859ff17.tar.lz
nixlib-5ccfe7e8f281dd93b0e34b53a463149e0859ff17.tar.xz
nixlib-5ccfe7e8f281dd93b0e34b53a463149e0859ff17.tar.zst
nixlib-5ccfe7e8f281dd93b0e34b53a463149e0859ff17.zip
fix manual evaluation
Diffstat (limited to 'nixos/modules/services/databases')
-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 {