feat(vpn): enable wireguard kernel module

This commit is contained in:
Felix Schröter 2020-11-14 11:20:59 +01:00
parent 8f63ebbdca
commit 94a198d7c9
No known key found for this signature in database
GPG key ID: 910ACB9F6BD26F58

View file

@ -1,7 +1,7 @@
{ config, pkgs, ... }: { config, pkgs, ... }:
{ {
# workaround for https://github.com/NixOS/nixpkgs/issues/91923 networking.wireguard.enable = true;
networking.iproute2.enable = true; networking.iproute2.enable = true;
services.mullvad-vpn.enable = true; services.mullvad-vpn.enable = true;