forked from DGNum/infrastructure
feat(garage): Update to v0.9 and switch to lmdb as db backend
This commit is contained in:
parent
a94416697f
commit
a1deeed763
1 changed files with 2 additions and 2 deletions
|
@ -13,12 +13,12 @@ in {
|
|||
services.garage = {
|
||||
enable = true;
|
||||
|
||||
package = pkgs.garage_0_8;
|
||||
package = pkgs.garage_0_9;
|
||||
|
||||
settings = {
|
||||
inherit data_dir metadata_dir;
|
||||
|
||||
db_engine = "sled";
|
||||
db_engine = "lmdb";
|
||||
|
||||
replication_mode = "none";
|
||||
compression_level = 7;
|
||||
|
|
Loading…
Reference in a new issue