No dns mullvad

This commit is contained in:
Maxiem Geldhof 2025-10-31 20:19:49 +01:00
parent c48405716c
commit 89390dad56
3 changed files with 19 additions and 4 deletions

Binary file not shown.

View file

@ -29,11 +29,17 @@ in
group = mediaGroup;
settings = {
incomplete-dir-enabled = true;
incomplete-dir = "/media/torrents/.incomplete";
download-dir = "/mnt/sbox/torrents";
incomplete-dir = "/mnt/sbox//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
};
};
@ -45,12 +51,18 @@ in
openFirewall = false;
};
services.sonarr = {
enable = true;
group = mediaGroup;
openFirewall = false;
};
environment.systemPackages = [
pkgs.flood-for-transmission
];
systemd.tmpfiles.rules = [
"d /media/torrents 0775 torrenter media -"
"d /media/torrents/.incomplete 0775 torrenter media -"
"d /mnt/sbox/torrents 0775 torrenter media -"
"d /mnt/sbox/torrents/.incomplete 0775 torrenter media -"
];
}

View file

@ -1,6 +1,9 @@
{ pkgs, config, ... }:
{
environment.systemPackages = [ pkgs.rclone ];
environment.systemPackages = [
pkgs.rclone
pkgs.samba
];
environment.etc."rclone-mnt.conf".text = ''
[myremote]
type = sftp