move to windscribe

This commit is contained in:
Maxiem Geldhof 2025-12-04 22:20:40 +01:00
parent 2c56d76f6d
commit e05271d23e
4 changed files with 7 additions and 5 deletions

View file

@ -15,12 +15,14 @@ in
];
};
age.secrets.mullvad = {
file = ../../../keys/mullvad;
path = "/etc/wireguard/mullvad.conf";
age.secrets.wg-scribe = {
file = ../../../keys/wg-scribe;
path = "/etc/wireguard/wg-scribe.conf";
};
networking.firewall.trustedInterfaces = [ "wg-selene" ];
networking.firewall.trustedInterfaces = [ "wg-selene" "wg-scribe" ];
networking.firewall.allowedUDPPorts = [ 10632 ];
networking.firewall.checkReversePath = false;
services.prowlarr.enable = true;
services.deluge = {