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
9
hosts/chunk/deluge.nix
Normal file
9
hosts/chunk/deluge.nix
Normal file
|
@ -0,0 +1,9 @@
|
|||
{...}: {
|
||||
services.deluge = {
|
||||
enable = true;
|
||||
web = {
|
||||
enable = true;
|
||||
port = 8112;
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue