Pixelfed: Difference between revisions

Onny (talk | contribs)
Add instructions on how to add inital admin account
Onny (talk | contribs)
mNo edit summary
 
Line 2: Line 2:


=== Setup ===
=== Setup ===
A minimal setup of Pixelfed can be enabled using following example.<syntaxhighlight lang="nixos">environment.etc."pixelfed-secret.env".text = "APP_KEY=adKK9EcY8Hcj3PLU7rzG9rJ6KKTOtYfA";
An instance of Pixelfed can be enabled on the domain <code>pics.example.org</code> using following example.<syntaxhighlight lang="nixos">environment.etc."pixelfed-secret.env".text = "APP_KEY=adKK9EcY8Hcj3PLU7rzG9rJ6KKTOtYfA";


services.pixelfed = {
services.pixelfed = {