switch to mongodb-ce [deploy]
Some checks failed
/ deploy (push) Blocked by required conditions
/ check (push) Has been cancelled

This commit is contained in:
Jermeiah S 2025-06-29 18:52:02 -04:00
parent f5a817b5e8
commit 9e623fdfb0
No known key found for this signature in database

View file

@ -21,7 +21,7 @@ in
builtins.elem (lib.getName pkg) [
"graylog_6.0"
"mongodb-6_0"
"mongodb"
"mongodb-ce"
];
sops.secrets.graylog = {
@ -42,7 +42,7 @@ in
};
mongodb = {
enable = true;
package = pkgs.mongodb-6_0;
package = pkgs.mongodb-ce;
};
opensearch = {
enable = true;