switch to mongodb-ce [deploy]
This commit is contained in:
parent
f5a817b5e8
commit
9e623fdfb0
1 changed files with 2 additions and 2 deletions
|
|
@ -21,7 +21,7 @@ in
|
||||||
builtins.elem (lib.getName pkg) [
|
builtins.elem (lib.getName pkg) [
|
||||||
"graylog_6.0"
|
"graylog_6.0"
|
||||||
"mongodb-6_0"
|
"mongodb-6_0"
|
||||||
"mongodb"
|
"mongodb-ce"
|
||||||
];
|
];
|
||||||
|
|
||||||
sops.secrets.graylog = {
|
sops.secrets.graylog = {
|
||||||
|
|
@ -42,7 +42,7 @@ in
|
||||||
};
|
};
|
||||||
mongodb = {
|
mongodb = {
|
||||||
enable = true;
|
enable = true;
|
||||||
package = pkgs.mongodb-6_0;
|
package = pkgs.mongodb-ce;
|
||||||
};
|
};
|
||||||
opensearch = {
|
opensearch = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue