diff options
Diffstat (limited to 'nixos/cobalt/services/akkoma.nix')
-rw-r--r-- | nixos/cobalt/services/akkoma.nix | 1 |
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; |