From 1679c39e1cfebdfa6929bd938ca1aa4f1dde875f Mon Sep 17 00:00:00 2001 From: sils Date: Fri, 5 Jan 2024 21:31:53 +0100 Subject: feat(system/services/mastodon): define streamingProcesses --- system/services/mastodon/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/system/services/mastodon/default.nix b/system/services/mastodon/default.nix index 39a0f56..cb53c60 100644 --- a/system/services/mastodon/default.nix +++ b/system/services/mastodon/default.nix @@ -12,6 +12,7 @@ in { host = "server1.vhack.eu"; passwordFile = config.age.secrets.mastodonMail.path; }; + streamingProcesses = 5; # Number of Cores - 1 extraConfig = { WEB_DOMAIN = "mastodon.vhack.eu"; EMAIL_DOMAIN_ALLOWLIST = "vhack.eu|sils.li"; -- cgit 1.4.1