switch vpn
Some checks failed
Lint / lint (push) Failing after 1m23s
Plex Update / update (push) Successful in 2m4s

This commit is contained in:
Vivian 2023-11-26 11:32:36 +01:00
parent 462663b498
commit a715bf6664
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 =