From 36647133a14ea3f5b2712e7027b676d5cfcc9d6d Mon Sep 17 00:00:00 2001 From: Jonathan Davies Date: Sun, 28 Apr 2024 10:50:08 +0100 Subject: [PATCH] doc: linux.md: Added NixOS section. --- docs/general/installation/linux.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/docs/general/installation/linux.md b/docs/general/installation/linux.md index 5dd1141b0..66f097bec 100644 --- a/docs/general/installation/linux.md +++ b/docs/general/installation/linux.md @@ -313,6 +313,19 @@ The Gentoo ebuild repository includes the Jellyfin package which can be installe emerge www-apps/jellyfin ``` +## NixOS + +NixOS has a [module for Jellyfin](https://github.com/NixOS/nixpkgs/blob/master/nixos/modules/services/misc/jellyfin.nix), +it can be enabled as follows: + + ```nix + { + services.jellyfin.enable = true; + } + ``` + +For more information, refer to the [NixOS wiki](https://wiki.nixos.org/wiki/Jellyfin). + ## Linux (generic amd64) Generic `amd64`, `arm64`, and `armhf` Linux builds in TAR archive format are available [in the main download repository](https://repo.jellyfin.org/?path=/server/).