add jellyfin and deluge and some rclone config improvements
This commit is contained in:
parent
0c1d8c0720
commit
bd6a84c0d6
5 changed files with 52 additions and 8 deletions
7
hosts/chunk/jellyfin.nix
Normal file
7
hosts/chunk/jellyfin.nix
Normal file
|
@ -0,0 +1,7 @@
|
|||
{...}: {
|
||||
services.jellyfin = {
|
||||
enable = true;
|
||||
dataDir = "/mnt/jellyfin";
|
||||
configDir = "/var/lib/jellyfin/config";
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue