deluge
This commit is contained in:
parent
8c9c8310b3
commit
e22ac1b7de
2 changed files with 7 additions and 21 deletions
|
|
@ -23,27 +23,13 @@ in
|
|||
networking.firewall.trustedInterfaces = [ "wg-selene" ];
|
||||
services.prowlarr.enable = true;
|
||||
|
||||
services.transmission = {
|
||||
services.deluge = {
|
||||
enable = true;
|
||||
web.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
|
||||
};
|
||||
};
|
||||
|
||||
systemd.services.transmission.serviceConfig.IOSchedulingPriority = 7;
|
||||
};
|
||||
|
||||
services.radarr = {
|
||||
enable = true;
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@ self:
|
|||
{ pkgs, agenix, ... }: {
|
||||
# List packages installed in system profile. To search by name, run:
|
||||
# $ nix-env -qaP | grep wget
|
||||
environment.systemPackages = [ pkgs.vim pkgs.vscode pkgs.git pkgs.nixfmt-rfc-style agenix.packages.aarch64-darwin.default pkgs.python3 pkgs.wireguard-tools];
|
||||
environment.systemPackages = [ pkgs.vim pkgs.vscode pkgs.git pkgs.nixfmt-rfc-style agenix.packages.aarch64-darwin.default pkgs.python3 pkgs.wireguard-tools pkgs.uv];
|
||||
|
||||
# Necessary for using flakes on this system.
|
||||
nix.settings.experimental-features = "nix-command flakes";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue