get jellyfin up to par

This commit is contained in:
TheWanderingCrow 2026-01-11 11:55:14 -05:00
parent 502d350acd
commit f8611744c9
4 changed files with 61 additions and 26 deletions

View file

@ -2,9 +2,15 @@
config,
lib,
pkgs,
inputs,
...
}:
{
imports = [
inputs.nix-secrets.flakeModules.jellyfin
];
services.jellyfin = {
enable = true;
openFirewall = true;