summaryrefslogtreecommitdiffstats
path: root/nixos/modules/services/databases/monetdb.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/services/databases/monetdb.nix')
-rw-r--r--nixos/modules/services/databases/monetdb.nix7
1 files changed, 1 insertions, 6 deletions
diff --git a/nixos/modules/services/databases/monetdb.nix b/nixos/modules/services/databases/monetdb.nix
index 5573b530a913..1dddeda0959c 100644
--- a/nixos/modules/services/databases/monetdb.nix
+++ b/nixos/modules/services/databases/monetdb.nix
@@ -14,12 +14,7 @@ in {
enable = mkEnableOption (lib.mdDoc "the MonetDB database server");
- package = mkOption {
- type = types.package;
- default = pkgs.monetdb;
- defaultText = literalExpression "pkgs.monetdb";
- description = lib.mdDoc "MonetDB package to use.";
- };
+ package = mkPackageOption pkgs "monetdb" { };
user = mkOption {
type = types.str;