feat(vpn): fix mullvad
This commit is contained in:
parent
104204ef74
commit
e7691604f7
|
@ -1,5 +1,8 @@
|
||||||
{ config, pkgs, ... }:
|
{ config, pkgs, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
|
# workaround for https://github.com/NixOS/nixpkgs/issues/91923
|
||||||
|
networking.iproute2.enable = true;
|
||||||
|
|
||||||
services.mullvad-vpn.enable = true;
|
services.mullvad-vpn.enable = true;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue