summary refs log tree commit diff
path: root/nixos/modules/services/web-apps/atlassian/jira.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/services/web-apps/atlassian/jira.nix')
-rw-r--r--nixos/modules/services/web-apps/atlassian/jira.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/modules/services/web-apps/atlassian/jira.nix b/nixos/modules/services/web-apps/atlassian/jira.nix
index 9408831731f..81ee8154326 100644
--- a/nixos/modules/services/web-apps/atlassian/jira.nix
+++ b/nixos/modules/services/web-apps/atlassian/jira.nix
@@ -134,6 +134,7 @@ in
       jrePackage = mkOption {
         type = types.package;
         default = pkgs.oraclejre8;
+        defaultText = "pkgs.oraclejre8";
         description = "Note that Atlassian only support the Oracle JRE (JRASERVER-46152).";
       };
     };