diff options
author | sils <sils@sils.li> | 2024-01-05 21:31:53 +0100 |
---|---|---|
committer | Soispha <soispha@vhack.eu> | 2024-01-06 12:13:05 +0100 |
commit | 1679c39e1cfebdfa6929bd938ca1aa4f1dde875f (patch) | |
tree | f351dd3af7144cafa6634bd81c01bddd86ea127e | |
parent | feat(system/services/fail2ban): define config in daemonSettings (diff) | |
download | nixos-server-1679c39e1cfebdfa6929bd938ca1aa4f1dde875f.tar.gz nixos-server-1679c39e1cfebdfa6929bd938ca1aa4f1dde875f.zip |
feat(system/services/mastodon): define streamingProcesses
-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"; |