dotfiles/nixos/jellyfin.nix

8 lines
92 B
Nix

{ pkgs, ... }:
{
services.jellyfin = {
enable = true;
openFirewall = true;
};
}