nix-files/machines/uninsane/services/jellyfin.nix

6 lines
68 B
Nix

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