1
Fork 0

Add deluge

This commit is contained in:
caem 2023-06-25 19:49:13 +02:00
parent 14a99bccc4
commit e07c7c9aa5
2 changed files with 20 additions and 0 deletions

View file

@ -0,0 +1,19 @@
{ ... }:
{
services.deluge = {
enable = true;
user = "media";
declarative = true;
dataDir = "/mnt/mass/Services/Deluge";
authFile = "/mnt/mass/Services/Deluge/auth";
config = {
download_location = "/mnt/mass/Torrents";
allow_remote = true;
listen_ports = [ 57597 ];
};
};
networking.firewall.allowedTCPPorts = [ 57597 58846 ];
}

View file

@ -10,6 +10,7 @@
../packages/nginx/homeserver.nix
../packages/syncthing/homeserver.nix
../packages/wireguard/package.nix
../packages/deluge/homeserver.nix
];
boot = {