This commit is contained in:
TheWanderingCrow 2025-07-07 09:03:26 -04:00
parent ac44d78860
commit b3689c7b9f
2 changed files with 12 additions and 0 deletions

View file

@ -0,0 +1,11 @@
{
config,
lib,
pkgs,
...
}: {
services.jellyfin = {
enable = true;
openFirewall = true;
};
}