feat(vpn): enable wireguard kernel module
This commit is contained in:
parent
8f63ebbdca
commit
94a198d7c9
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue