about summary refs log tree commit diff
path: root/nixos/cobalt/services/akkoma.nix
diff options
context:
space:
mode:
authorsefidel <contact@sefidel.net>2023-02-07 02:27:20 +0900
committersefidel <contact@sefidel.net>2023-02-07 02:27:20 +0900
commitd1a53add4e9f3cebb1a0a73136a29d57345ecb69 (patch)
treee192c5a1618431dd2b391ea711383feeb19255a2 /nixos/cobalt/services/akkoma.nix
parent0350284e93152b7938287ea52b0aab1bc8f89b9e (diff)
downloadnixrc-d1a53add4e9f3cebb1a0a73136a29d57345ecb69.tar.gz
nixrc-d1a53add4e9f3cebb1a0a73136a29d57345ecb69.zip
feat(nixos/cobalt): akkoma: use pleroma svg
Diffstat (limited to 'nixos/cobalt/services/akkoma.nix')
-rw-r--r--nixos/cobalt/services/akkoma.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/cobalt/services/akkoma.nix b/nixos/cobalt/services/akkoma.nix
index c01689a..fc183fc 100644
--- a/nixos/cobalt/services/akkoma.nix
+++ b/nixos/cobalt/services/akkoma.nix
@@ -16,6 +16,7 @@ in
     initDb.enable = true;
 
     extraStatic = {
+      "static/logo.svg" = wrapFile "logo.svg" ./akkoma-assets/logo.svg;
       "static/logo.png" = wrapFile "logo.png" ./akkoma-assets/logo.png;
     };
     config = let inherit ((pkgs.formats.elixirConf { }).lib) mkRaw mkMap;