refactor: jellyfin module > all in one mediaServer Module

This commit is contained in:
ooks-io 2024-02-16 12:15:03 +13:00
parent 170cfe7f3c
commit f569b47347
5 changed files with 53 additions and 63 deletions

View file

@ -10,8 +10,7 @@ in
config = lib.mkIf cfg.enable {
systemModules = {
services = {
jellyfin.enable = true;
deluge.enable = true;
mediaServer.enable = true;
};
};
};