fix(vpn): add workaround for mullvad issues
This commit is contained in:
parent
7762b428d0
commit
713e507298
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue