diff --git a/hosts/ghost/mastodon.nix b/hosts/ghost/mastodon.nix index 4786136..a4262f0 100644 --- a/hosts/ghost/mastodon.nix +++ b/hosts/ghost/mastodon.nix @@ -5,6 +5,7 @@ configureNginx = true; smtp.fromAddress = "lelgenio@disroot.org"; extraConfig.SINGLE_USER_MODE = "true"; + streamingProcesses = 2; }; services.nginx.virtualHosts.${config.services.nextcloud.hostName} = {