adding jellyfin
This commit is contained in:
@@ -2,10 +2,13 @@
|
||||
{ pkgs, config, lib, ... }:
|
||||
|
||||
{
|
||||
# not yet
|
||||
# imports = [
|
||||
# ];
|
||||
|
||||
imports = [
|
||||
./jellyfin/default.nix
|
||||
|
||||
];
|
||||
|
||||
|
||||
modules.services.jellyfin.enable = lib.mkDefault false;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user