CrOS/modules/services/jellyfin/default.nix
2025-07-07 16:37:54 -04:00

14 lines
156 B
Nix

{
config,
lib,
pkgs,
...
}: {
imports = [
./tubearchivist.nix
];
services.jellyfin = {
enable = true;
openFirewall = true;
};
}