plex
plexmediaserver 1.43.4.10903-e5521bd8c
Media library streaming server
<rendered-html><p>Plex is a media server which allows you to store your media and play it back across many different devices.</p> </rendered-html>
https://plex.tv/Unfree
main program: plexmediaserverprograms: -
Maintainers
Platforms (2)
aarch64-linuxx86_64-linux
Install
Copy into your configuration
NixOS (configuration.nix)
environment.systemPackages = with pkgs; [ plex ];
Ad-hoc shell
nix-shell -p plex
Flake (nix run)
nix run nixpkgs#plex