This commit is contained in:
Dmitriy Holkin 2019-09-27 13:55:18 +04:00
parent ba24ea38da
commit d43447ff3a
2 changed files with 2 additions and 1 deletions

View File

@ -27,7 +27,8 @@ in {
###### implementation ###### implementation
config = mkIf cfg.enable { config = mkIf cfg.enable {
environment.systemPackages = [ pkgs.mullvad-vpn ]; environment.systemPackages = with pkgs; [ mullvad-vpn openvpn ];
boot.kernelModules = [ "tun" ];
systemd.services.mullvad-daemon = { systemd.services.mullvad-daemon = {
description = "Mullvad VPN daemon"; description = "Mullvad VPN daemon";

Binary file not shown.