fix(vpn): add workaround for mullvad issues

This commit is contained in:
Felix Schröter 2021-06-10 12:14:30 +02:00
parent 7762b428d0
commit 713e507298
No known key found for this signature in database
GPG key ID: 910ACB9F6BD26F58

View file

@ -2,7 +2,9 @@
{
networking.wireguard.enable = true;
networking.iproute2.enable = true;
# TODO fix for https://github.com/NixOS/nixpkgs/issues/113589
networking.firewall.checkReversePath = "loose";
services.mullvad-vpn.enable = true;
}