feat(vpn): enable wireguard kernel module
This commit is contained in:
parent
8f63ebbdca
commit
94a198d7c9
|
@ -1,7 +1,7 @@
|
|||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
# workaround for https://github.com/NixOS/nixpkgs/issues/91923
|
||||
networking.wireguard.enable = true;
|
||||
networking.iproute2.enable = true;
|
||||
|
||||
services.mullvad-vpn.enable = true;
|
||||
|
|
Loading…
Reference in a new issue