From d4c357ba6a16b4b7afab6363111281c82c3796a7 Mon Sep 17 00:00:00 2001 From: Vivian Roest Date: Sat, 23 Dec 2023 13:50:43 +0100 Subject: [PATCH] update garage --- nixos/hosts/hades/garage/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/hosts/hades/garage/configuration.nix b/nixos/hosts/hades/garage/configuration.nix index ca090ca6..1eb05d0c 100644 --- a/nixos/hosts/hades/garage/configuration.nix +++ b/nixos/hosts/hades/garage/configuration.nix @@ -27,7 +27,7 @@ in { services.garage = { enable = true; - package = pkgs.garage_0_8; + package = pkgs.garage_0_9; settings = { db_engine = "lmdb"; # Recommended for mastodon replication_mode = "1";