services.mastodon.enableUnixSocket
NixOS option
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: booleanDefault
declared in: nixos/modules/services/web-apps/mastodon.nixView source on NixOS/nixpkgs →true