No dns mullvad

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

Binary file not shown.

View file

@ -34,6 +34,9 @@ in
blocklist-url = "https://github.com/Naunter/BT_BlockLists/raw/master/bt_blocklists.gz"; blocklist-url = "https://github.com/Naunter/BT_BlockLists/raw/master/bt_blocklists.gz";
utp-enabled = true; utp-enabled = true;
bind-address-ipv4 = "10.64.108.193"; bind-address-ipv4 = "10.64.108.193";
rpc-port = 3027;
rpc-whitelist-enabled = true;
rpc-authentication-required = false;
}; };
}; };
@ -45,6 +48,14 @@ in
openFirewall = false; openFirewall = false;
}; };
services.sonarr = {
enable = true;
group = mediaGroup;
openFirewall = false;
};
environment.systemPackages = [ environment.systemPackages = [
pkgs.flood-for-transmission pkgs.flood-for-transmission
]; ];