Revert "update(garage): increase replication factor"

This reverts commit 73fb37da38.
This commit is contained in:
Filippo Berto 2025-11-09 16:13:28 +01:00
parent 73fb37da38
commit 897c9d9e9c
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;
settings = {
# data_dir = "/mnt/raid/garage/";
replication_factor = 2;
replication_factor = 1;
rpc_secret_file = config.age.secrets.garage_rpc_secret.path;
rpc_bind_addr = "0.0.0.0:3901";
bootstrap_peers = [ ];