Page MenuHomePhorge

nixos_en.md
No OneTemporary

Size
471 B
Referenced Files
None
Subscribers
None

nixos_en.md

# 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)

File Metadata

Mime Type
text/plain
Expires
Sun, Dec 7, 7:48 PM (1 d, 16 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
643268
Default Alt Text
nixos_en.md (471 B)

Event Timeline