Files
infra-nix/mod/jellyfin.nix
T
2026-06-24 07:05:47 +02:00

10 lines
120 B
Nix

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