No dns mullvad

This commit is contained in:
Maxiem Geldhof 2025-10-31 20:19:49 +01:00
parent c48405716c
commit e8d7560c9b
2 changed files with 13 additions and 0 deletions

View file

@ -29,11 +29,16 @@ in
group = mediaGroup;
settings = {
incomplete-dir-enabled = true;
download-dir = "/media/torrents";
incomplete-dir = "/media/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 = true;
rpc-whitelist = "192.168.1.*,127.0.0.1,localhost,10.100.0.*";
rpc-authentication-required = false;
};
};
@ -45,6 +50,14 @@ in
openFirewall = false;
};
services.sonarr = {
enable = true;
group = mediaGroup;
openFirewall = false;
};
environment.systemPackages = [
pkgs.flood-for-transmission
];