forked from DGNum/infrastructure
chore(garage): update
This commit is contained in:
parent
14ad93aed9
commit
e70d0be931
1 changed files with 3 additions and 3 deletions
|
@ -28,14 +28,14 @@ in
|
|||
services.garage = {
|
||||
enable = true;
|
||||
|
||||
package = pkgs.garage_0_9;
|
||||
package = pkgs.garage_1_0_0;
|
||||
|
||||
settings = {
|
||||
inherit data_dir metadata_dir;
|
||||
|
||||
db_engine = "lmdb";
|
||||
|
||||
replication_mode = "none";
|
||||
replication_mode = "none"; # TODO: deprecated
|
||||
compression_level = 7;
|
||||
|
||||
rpc_bind_addr = "[::]:3901";
|
||||
|
@ -67,7 +67,7 @@ in
|
|||
data_dir
|
||||
metadata_dir
|
||||
];
|
||||
TimeoutSec = 3000;
|
||||
TimeoutSec = 600;
|
||||
};
|
||||
|
||||
users.users.garage = {
|
||||
|
|
Loading…
Reference in a new issue