From 11fc8f08b0fbca31cd43b4f3c0d359bc23861d0a Mon Sep 17 00:00:00 2001 From: Max Dor Date: Sun, 25 Nov 2018 20:11:12 +0100 Subject: [PATCH] Add reference to the new community NixOS package --- docs/getting-started.md | 3 ++- docs/install/nixos.md | 8 ++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) create mode 100644 docs/install/nixos.md diff --git a/docs/getting-started.md b/docs/getting-started.md index a61a57f..bc265cd 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -29,9 +29,10 @@ If you would like a high-level view of the infrastructure and how each feature i ## Install Install via: +- [Docker image](install/docker.md) - [Debian package](install/debian.md) - [ArchLinux](install/archlinux.md) -- [Docker image](install/docker.md) +- [NixOS](install/nixos.md) - [Sources](build.md) See the [Latest release](https://github.com/kamax-matrix/mxisd/releases/latest) for links to each. diff --git a/docs/install/nixos.md b/docs/install/nixos.md new file mode 100644 index 0000000..51e23af --- /dev/null +++ b/docs/install/nixos.md @@ -0,0 +1,8 @@ +# NixOS package +mxisd is available as a NixOS package in the official repos. + +It is maintained by [maximilian](https://matrix.to/#/@maximilian:transformierende-gesellschaft.org), a community member. + +Related resources: +- [NixOS](https://nixos.org/) +- [The module definition](https://github.com/NixOS/nixpkgs/blob/master/nixos/modules/services/networking/mxisd.nix)