Merge branch 'doc_readme_nixos' into 'develop'

add nixos to supported distros

See merge request pleroma/pleroma!3600
This commit is contained in:
lain 2022-12-20 01:13:03 +00:00
commit 7aa17cd651
2 changed files with 16 additions and 1 deletions

View file

@ -0,0 +1,15 @@
# Installing on NixOS
NixOS contains a source build package of pleroma and a NixOS module to install it.
For installation add this to your configuration.nix and add a config.exs next to it:
```nix
services.pleroma = {
enable = true;
configs = [ (lib.fileContents ./config.exs) ];
secretConfigFile = "/var/lib/pleroma/secret.exs";
};
```
## Questions
The nix community uses matrix for communication: [#nix:nixos.org](https://matrix.to/#/#nix:nixos.org)