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

9
hosts/chunk/deluge.nix Normal file
View file

@ -0,0 +1,9 @@
{...}: {
services.deluge = {
enable = true;
web = {
enable = true;
port = 8112;
};
};
}