update(garage): increase replication factor

This commit is contained in:
Filippo Berto 2025-11-09 16:02:25 +01:00
parent d502d5f4e0
commit 73fb37da38
No known key found for this signature in database
GPG key ID: F1D17F9BCEC62FBC

View file

@ -23,7 +23,7 @@ let hosts = import ../hosts.nix; in {
package = pkgs.garage_2; package = pkgs.garage_2;
settings = { settings = {
# data_dir = "/mnt/raid/garage/"; # data_dir = "/mnt/raid/garage/";
replication_factor = 1; replication_factor = 2;
rpc_secret_file = config.age.secrets.garage_rpc_secret.path; rpc_secret_file = config.age.secrets.garage_rpc_secret.path;
rpc_bind_addr = "0.0.0.0:3901"; rpc_bind_addr = "0.0.0.0:3901";
bootstrap_peers = [ ]; bootstrap_peers = [ ];