add jellyfin and deluge and some rclone config improvements

This commit is contained in:
cy 2024-12-17 16:41:58 -05:00
parent 0c1d8c0720
commit bd6a84c0d6
5 changed files with 52 additions and 8 deletions

7
hosts/chunk/jellyfin.nix Normal file
View file

@ -0,0 +1,7 @@
{...}: {
services.jellyfin = {
enable = true;
dataDir = "/mnt/jellyfin";
configDir = "/var/lib/jellyfin/config";
};
}