feat(vpn): fix mullvad

This commit is contained in:
Felix Schröter 2020-08-15 01:37:16 +02:00
parent 104204ef74
commit e7691604f7
No known key found for this signature in database
GPG key ID: 910ACB9F6BD26F58

View file

@ -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;
} }