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;