services.mastodon.user

NixOS option

User under which mastodon runs. If it is set to “mastodon”, that user will be created, otherwise it should be set to the name of a user created elsewhere. In both cases, the mastodon package will be added to the user’s package set and a tootctl wrapper to system packages that switches to the configured account and load the right environment.

type: string
Default
"mastodon"
declared in: nixos/modules/services/web-apps/mastodon.nixView source on NixOS/nixpkgs →