flake/hosts/pek0/services/jellyfin.nix

6 lines
77 B
Nix

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