Garage: 2 replica
This commit is contained in:
parent
f45a671214
commit
3b17e2feb4
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@
|
||||||
package = pkgs.unstable_pkgs.garage;
|
package = pkgs.unstable_pkgs.garage;
|
||||||
enable = true;
|
enable = true;
|
||||||
settings = {
|
settings = {
|
||||||
replication_mode = 1;
|
replication_mode = 2;
|
||||||
rpc_secret_file = config.age.secrets.garage_rpc_secret.path;
|
rpc_secret_file = config.age.secrets.garage_rpc_secret.path;
|
||||||
rpc_bind_addr = "[::]:3901";
|
rpc_bind_addr = "[::]:3901";
|
||||||
bootstrap_peers = [ ];
|
bootstrap_peers = [ ];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue