diff --git a/system/vpn.nix b/system/vpn.nix index 35ccf43..17ec6bb 100644 --- a/system/vpn.nix +++ b/system/vpn.nix @@ -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;