From 222222f33893ba44bc2b60ba29175b3b0175813f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sandro=20J=C3=A4ckel?= Date: Sun, 2 Jul 2023 23:34:27 +0200 Subject: [PATCH] mastodon: enable enableBirdUITheme --- hosts/mastodon/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/mastodon/default.nix b/hosts/mastodon/default.nix index 9790d7f5..057654d4 100644 --- a/hosts/mastodon/default.nix +++ b/hosts/mastodon/default.nix @@ -113,6 +113,7 @@ mastodon = { enable = true; + enableBirdUITheme = true; configureNginx = true; elasticsearch.host = "127.0.0.1"; ldap.enable = true;