From 73fb37da38c351cabc5464dca4704b6ff9e427f5 Mon Sep 17 00:00:00 2001 From: Filippo Berto Date: Sun, 9 Nov 2025 16:02:25 +0100 Subject: [PATCH] update(garage): increase replication factor --- nixos/garage.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/garage.nix b/nixos/garage.nix index 8c86d68..5b0f68d 100644 --- a/nixos/garage.nix +++ b/nixos/garage.nix @@ -23,7 +23,7 @@ let hosts = import ../hosts.nix; in { package = pkgs.garage_2; settings = { # data_dir = "/mnt/raid/garage/"; - replication_factor = 1; + replication_factor = 2; rpc_secret_file = config.age.secrets.garage_rpc_secret.path; rpc_bind_addr = "0.0.0.0:3901"; bootstrap_peers = [ ];