pinwheel: Use mullvad-gui to get access to GUI

This commit is contained in:
Alexander Heldt
2024-04-07 20:33:51 +02:00
parent 126855525e
commit 37bea0ee73

View File

@@ -1,3 +1,7 @@
{ pkgs, ... }:
{
services.mullvad-vpn.enable = true;
services.mullvad-vpn = {
enable = true;
package = pkgs.mullvad-vpn;
};
}