From e111c1237599efac9024ccaf374f9717c2301f4a Mon Sep 17 00:00:00 2001 From: Sakooooo <78461130+Sakooooo@users.noreply.github.com> Date: Sat, 4 Jan 2025 22:22:32 +0400 Subject: [PATCH] favicon akkoma --- modules/server/fedi/akkoma/default.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/modules/server/fedi/akkoma/default.nix b/modules/server/fedi/akkoma/default.nix index 0ac57ce4..6f938264 100644 --- a/modules/server/fedi/akkoma/default.nix +++ b/modules/server/fedi/akkoma/default.nix @@ -27,6 +27,11 @@ in { package = pkgs.akkoma; extraStatic = { "emoji/blobs.gg" = pkgs.akkoma-emoji.blobs_gg; + # TODO Change this lmao + "static/favicon.png" = pkgs.fetchurl { + url = "https://sako.lol/icon.png"; + hash = "sha256-G8qYTlRwQWn+x6b9t0gFBriIxm6LV2n1jI5OcTSg/jc="; + }; "static/terms-of-service.html" = pkgs.writeText "terms-of-service.html" ''

Rules