please work

This commit is contained in:
jacekpoz 2023-07-20 13:55:22 +02:00
parent 75e6081725
commit fd90ab2465

View file

@ -5,6 +5,8 @@
}: {
environment.systemPackages = with pkgs; [ mullvad-vpn mullvad ];
networking.wireguard.enable = true;
services.mullvad-vpn = {
enable = true;
package = pkgs.mullvad-vpn;