services.mastodon.enableUnixSocket
Instead of binding to an IP address like 127.0.0.1, you may bind to a Unix socket. This variable is process-specific, e.g. you need different values for every process, and it works for both web (Puma) processes and streaming API (Node.js) processes.
- Type
boolean- Default
true- Declared
- <nixpkgs/nixos/modules/services/web-apps/mastodon.nix>