From a637a93bc0f02b187ad09b76ab521297c6c6e1b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felix=20Schr=C3=B6ter?= Date: Mon, 12 Jun 2023 15:32:59 +0200 Subject: [PATCH] feat(vpn): switch to Berlin servers --- home-pc.nix | 3 --- system/vpn.nix | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/home-pc.nix b/home-pc.nix index e3f1854..e551458 100644 --- a/home-pc.nix +++ b/home-pc.nix @@ -39,9 +39,6 @@ }; }; - networking.firewall.allowedTCPPorts = [ - 58324 # transmission - ]; networking.firewall.allowedUDPPorts = [ 24727 # AusweisApp2 ]; diff --git a/system/vpn.nix b/system/vpn.nix index bda21b1..53d7b80 100644 --- a/system/vpn.nix +++ b/system/vpn.nix @@ -22,7 +22,7 @@ ${pkgs.mullvad}/bin/mullvad lan set allow ${pkgs.mullvad}/bin/mullvad tunnel ipv6 set on ${pkgs.mullvad}/bin/mullvad relay set tunnel-protocol wireguard - ${pkgs.mullvad}/bin/mullvad relay set location de dus + ${pkgs.mullvad}/bin/mullvad relay set location de ber account="$(<"$CREDENTIALS_DIRECTORY/account")" current_account="$(${pkgs.mullvad}/bin/mullvad account get | grep "account:" | sed 's/.* //')"