fix(vpn): add workaround for mullvad issues
This commit is contained in:
parent
7762b428d0
commit
713e507298
1 changed files with 3 additions and 1 deletions
|
@ -2,7 +2,9 @@
|
||||||
|
|
||||||
{
|
{
|
||||||
networking.wireguard.enable = true;
|
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;
|
services.mullvad-vpn.enable = true;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue