From cf266a8f006d4b70b7c74112d69b337eec11dc1b Mon Sep 17 00:00:00 2001 From: Ivan Reshetnikov Date: Sun, 10 Dec 2023 20:09:34 +0500 Subject: [PATCH] Specify streamingProcesses for mastodon --- nixos/programs/mastodon.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nixos/programs/mastodon.nix b/nixos/programs/mastodon.nix index 329e9d9..63356b4 100644 --- a/nixos/programs/mastodon.nix +++ b/nixos/programs/mastodon.nix @@ -22,6 +22,8 @@ streamingPort = 55002; sidekiqPort = 55003; + streamingProcesses = 11; + vapidPrivateKeyFile = "/var/lib/secrets/mastodon/vapid-private-key.txt"; vapidPublicKeyFile = "/var/lib/secrets/mastodon/vapid-public-key.txt"; secretKeyBaseFile = "/var/lib/secrets/mastodon/secret-key-base.txt";