No dns mullvad
This commit is contained in:
parent
c48405716c
commit
bbc26cb30d
2 changed files with 16 additions and 3 deletions
BIN
keys/mullvad
BIN
keys/mullvad
Binary file not shown.
|
|
@ -29,11 +29,16 @@ in
|
||||||
group = mediaGroup;
|
group = mediaGroup;
|
||||||
settings = {
|
settings = {
|
||||||
incomplete-dir-enabled = true;
|
incomplete-dir-enabled = true;
|
||||||
incomplete-dir = "/media/torrents/.incomplete";
|
download-dir = "/mnt/sbox/torrents";
|
||||||
|
incomplete-dir = "/mnt/sbox//torrents/.incomplete";
|
||||||
blocklist-enabled = true;
|
blocklist-enabled = true;
|
||||||
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-whitelist = "192.168.1.*,127.0.0.1,localhost,10.100.0.*";
|
||||||
|
rpc-authentication-required = false;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
@ -45,12 +50,20 @@ 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
|
||||||
];
|
];
|
||||||
|
|
||||||
systemd.tmpfiles.rules = [
|
systemd.tmpfiles.rules = [
|
||||||
"d /media/torrents 0775 torrenter media -"
|
"d /mnt/sbox/torrents 0775 torrenter media -"
|
||||||
"d /media/torrents/.incomplete 0775 torrenter media -"
|
"d /mnt/sbox/torrents/.incomplete 0775 torrenter media -"
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue