forked from mirrors/nixpkgs
mullvad-vpn: add iproute2
This commit is contained in:
parent
04150a003e
commit
4db239272c
|
@ -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" ];
|
||||
|
|
Loading…
Reference in a new issue