diff options
Diffstat (limited to 'system/services/mastodon/default.nix')
-rw-r--r-- | system/services/mastodon/default.nix | 1 |
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"; |