adding jellyfin

This commit is contained in:
2025-10-06 12:12:59 -05:00
parent 4804bcb22f
commit 8348e7c7a6
5 changed files with 72 additions and 3 deletions

View File

@@ -2,10 +2,13 @@
{ pkgs, config, lib, ... }:
{
# not yet
# imports = [
# ];
imports = [
./jellyfin/default.nix
];
modules.services.jellyfin.enable = lib.mkDefault false;
}