switch vpn

This commit is contained in:
Vivian 2023-11-26 11:32:36 +01:00
parent f884d4fad1
commit a52aa3565e
4 changed files with 37 additions and 36 deletions

View file

@ -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 =