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;