This commit is contained in:
Maxiem Geldhof 2025-11-08 10:14:56 +01:00
parent 8c9c8310b3
commit e22ac1b7de
2 changed files with 7 additions and 21 deletions

View file

@ -23,27 +23,13 @@ in
networking.firewall.trustedInterfaces = [ "wg-selene" ];
services.prowlarr.enable = true;
services.transmission = {
enable = true;
user = "torrenter";
group = mediaGroup;
settings = {
incomplete-dir-enabled = true;
download-dir = "/mnt/scratch/torrents";
incomplete-dir = "/mnt/scratch/torrents/.incomplete";
blocklist-enabled = true;
blocklist-url = "https://github.com/Naunter/BT_BlockLists/raw/master/bt_blocklists.gz";
utp-enabled = true;
bind-address-ipv4 = "10.64.108.193";
rpc-port = 3027;
rpc-whitelist-enabled = false;
rpc-whitelist = "192.168.1.*,127.0.0.1,localhost,10.100.0.*";
rpc-authentication-required = false;
rpc-bind-address = "0.0.0.0"; #Bind to own IP
};
};
services.deluge = {
enable = true;
web.enable = true;
user = "torrenter";
group = mediaGroup;
systemd.services.transmission.serviceConfig.IOSchedulingPriority = 7;
};
services.radarr = {
enable = true;