logo

pleroma

My custom branche(s) on git.pleroma.social/pleroma/pleroma git clone https://hacktivis.me/git/pleroma.git

nixos_en.md (471B)


  1. # Installing on NixOS
  2. NixOS contains a source build package of pleroma and a NixOS module to install it.
  3. For installation add this to your configuration.nix and add a config.exs next to it:
  4. ```nix
  5. services.pleroma = {
  6. enable = true;
  7. configs = [ (lib.fileContents ./config.exs) ];
  8. secretConfigFile = "/var/lib/pleroma/secret.exs";
  9. };
  10. ```
  11. ## Questions
  12. The nix community uses matrix for communication: [#nix:nixos.org](https://matrix.to/#/#nix:nixos.org)