Jump to content

Mastodon: Difference between revisions

m
Remove duplicate `streamingProcesses`
(The services.mastodon.streamingProcesses option is now required for the mastodon service)
m (Remove duplicate `streamingProcesses`)
 
(One intermediate revision by one other user not shown)
Line 21: Line 21:
</syntaxhighlight>
</syntaxhighlight>


You can then create your account using <code>tootctl</code>:
You can then create your account using the package <code>mastodon</code>:
Ignore any warnings about the ruby version, it should work anyways


<syntaxhighlight lang="console">
<syntaxhighlight lang="console">
Line 32: Line 33:
</syntaxhighlight>
</syntaxhighlight>


Then you're ready to head to the domain you set up in <code>configuration.nix</code> and start tooting away!
Then you're ready to head to the domain you set up and start tooting away!


== Usage ==
== Usage ==
3

edits