diff --git a/systems/hetzner/default.nix b/systems/hetzner/default.nix index 32d8221..2434d6d 100644 --- a/systems/hetzner/default.nix +++ b/systems/hetzner/default.nix @@ -97,6 +97,14 @@ in services.akkoma = { enable = true; + package = pkgs.akkoma.overrideAttrs (finalAttrs: previousAttrs: { + patches = [ + (pkgs.fetchPatch2 { + url = "https://akkoma.dev/AkkomaGang/akkoma/pulls/846.patch"; + hash = ""; + }) + ]; + }); nginx = { enableACME = true; forceSSL = true;