School/mongodb: update to mongo 5.0
This commit is contained in:
parent
335c97864e
commit
4964354f8c
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@
|
|||
}: {
|
||||
services.mongodb = {
|
||||
enable = true;
|
||||
package = pkgs.mongodb-4_4;
|
||||
package = pkgs.mongodb-5_0;
|
||||
user = "toast";
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue