switch vpn
This commit is contained in:
parent
f884d4fad1
commit
a52aa3565e
4 changed files with 37 additions and 36 deletions
|
@ -1,7 +1,7 @@
|
|||
{ config, lib, pkgs, ... }: {
|
||||
{ config, pkgs, ... }: {
|
||||
services.rtorrent = {
|
||||
enable = true;
|
||||
port = 54945; # Port Forwarded in mullvad
|
||||
port = 14764; # port forwarded
|
||||
downloadDir = "/mnt/storage/torrents/r";
|
||||
package = pkgs.jesec-rtorrent;
|
||||
configText =
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue