From 205d65754c6c8e03ceb29b8f5675306b9dee101c Mon Sep 17 00:00:00 2001 From: xunuwu Date: Fri, 8 Aug 2025 23:33:22 +0200 Subject: [PATCH] update to garage v2 --- hosts/hopper/profiles/lab/garage.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/hopper/profiles/lab/garage.nix b/hosts/hopper/profiles/lab/garage.nix index 64d76cd..3a5e85a 100644 --- a/hosts/hopper/profiles/lab/garage.nix +++ b/hosts/hopper/profiles/lab/garage.nix @@ -6,7 +6,7 @@ }: { services.garage = { enable = true; - package = pkgs.garage_1_2_0; + package = pkgs.garage_2_0_0; settings = { replication_factor = 1;