Skip to content

Commit

Permalink
doc: linux.md: Added NixOS section.
Browse files Browse the repository at this point in the history
  • Loading branch information
jpds committed Apr 28, 2024
1 parent b341363 commit 3664713
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions docs/general/installation/linux.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/).
Expand Down

0 comments on commit 3664713

Please sign in to comment.