mullvad-vpn: add iproute2

This commit is contained in:
Artturin 2020-11-17 03:23:55 +02:00 committed by Jonathan Ringer
parent 04150a003e
commit 4db239272c

View file

@ -15,6 +15,9 @@ with lib;
config = mkIf cfg.enable {
boot.kernelModules = [ "tun" ];
# mullvad-daemon writes to /etc/iproute2/rt_tables
networking.iproute2.enable = true;
systemd.services.mullvad-daemon = {
description = "Mullvad VPN daemon";
wantedBy = [ "multi-user.target" ];