dotfiles/modules/nixos/desktop/jellyfin.nix

7 lines
77 B
Nix

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