summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorSean King <seanking2919@protonmail.com>2022-12-19 18:48:26 -0700
committerSean King <seanking2919@protonmail.com>2022-12-19 18:48:26 -0700
commitd5d4c7c11db1c8b90add163c86f26304d152bd50 (patch)
tree59f0a22a065104f05e9c13a71c8667775075cfe3 /docs
parent1d95012758d8db0ea25eed702b6583576e6411ab (diff)
parent7aa17cd651a19d6940794294cf62ed5c88bc8ff3 (diff)
downloadpleroma-d5d4c7c11db1c8b90add163c86f26304d152bd50.tar.gz
pleroma-d5d4c7c11db1c8b90add163c86f26304d152bd50.zip
Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into fine_grained_moderation_privileges
Diffstat (limited to 'docs')
-rw-r--r--docs/installation/nixos_en.md15
1 files changed, 15 insertions, 0 deletions
diff --git a/docs/installation/nixos_en.md b/docs/installation/nixos_en.md
new file mode 100644
index 000000000..f3c4988b1
--- /dev/null
+++ b/docs/installation/nixos_en.md
@@ -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)
+