about summary refs log tree commit diff
path: root/nixos/modules/services/databases/dgraph.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/services/databases/dgraph.nix')
-rw-r--r--nixos/modules/services/databases/dgraph.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/databases/dgraph.nix b/nixos/modules/services/databases/dgraph.nix
index 7f005a9971a69..479754a6447d3 100644
--- a/nixos/modules/services/databases/dgraph.nix
+++ b/nixos/modules/services/databases/dgraph.nix
@@ -55,7 +55,7 @@ in
     services.dgraph = {
       enable = mkEnableOption (lib.mdDoc "Dgraph native GraphQL database with a graph backend");
 
-      package = lib.mkPackageOptionMD pkgs "dgraph" { };
+      package = lib.mkPackageOption pkgs "dgraph" { };
 
       settings = mkOption {
         type = settingsFormat.type;