summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorsils <sils@sils.li>2024-01-05 21:31:53 +0100
committerSoispha <soispha@vhack.eu>2024-01-06 12:13:05 +0100
commit1679c39e1cfebdfa6929bd938ca1aa4f1dde875f (patch)
treef351dd3af7144cafa6634bd81c01bddd86ea127e
parentfeat(system/services/fail2ban): define config in daemonSettings (diff)
downloadnixos-server-1679c39e1cfebdfa6929bd938ca1aa4f1dde875f.tar.gz
nixos-server-1679c39e1cfebdfa6929bd938ca1aa4f1dde875f.zip
feat(system/services/mastodon): define streamingProcesses
-rw-r--r--system/services/mastodon/default.nix1
1 files changed, 1 insertions, 0 deletions
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";