nix-config/hosts/alexandria/jellyfin.nix

8 lines
87 B
Nix

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