Move jellyfin into its own module

This commit is contained in:
Oliver Davies 2024-11-05 12:00:00 +00:00
parent 7cf71d17f6
commit 8876a339b6
3 changed files with 7 additions and 3 deletions

View file

@ -0,0 +1,6 @@
{
services.jellyfin = {
enable = true;
openFirewall = true;
};
}