summaryrefslogtreecommitdiff
path: root/hosts/cloud/sing/jellyfin.nix
blob: c9c8b9ecbc36b0ed66431b8ddba833ccede93b7c (plain)
1
2
3
4
5
6
7
{ config, pkgs, ... }: {

  services.jellyfin = {
    enable = true;
    openFirewall = true;
  };
}