Skip to content

Commit 6ade266

Browse files
tmp: disable globalprotect
Qtwebengine is again failing with the broken old version. Signed-off-by: Brian McGillion <bmg.avoin@gmail.com>
1 parent de01f29 commit 6ade266

File tree

1 file changed

+21
-21
lines changed

1 file changed

+21
-21
lines changed

modules/reference/appvms/business.nix

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -206,28 +206,28 @@ in
206206
icon = "distributor-logo-android";
207207
command = "trusted-browser-wrapper --app=https://gala.atrc.azure-atrc.androidinthecloud.net/#/login";
208208
}
209-
{
210-
name = "VPN";
211-
description = "GlobalProtect VPN Client";
212-
packages = [
213-
pkgs.globalprotect-openconnect
214-
pkgs.openconnect
215-
];
216-
icon = "yast-vpn";
217-
command = "gpclient -platform wayland";
218-
extraModules = [
219-
{
220-
imports = [
221-
../services/globalprotect-vpn/default.nix
222-
];
209+
# {
210+
# name = "VPN";
211+
# description = "GlobalProtect VPN Client";
212+
# packages = [
213+
# #pkgs.globalprotect-openconnect
214+
# pkgs.openconnect
215+
# ];
216+
# icon = "yast-vpn";
217+
# command = "gpclient -platform wayland";
218+
# extraModules = [
219+
# {
220+
# imports = [
221+
# ../services/globalprotect-vpn/default.nix
222+
# ];
223223

224-
ghaf.reference.services.globalprotect = {
225-
enable = true;
226-
csdWrapper = "${pkgs.openconnect}/libexec/openconnect/hipreport.sh";
227-
};
228-
}
229-
];
230-
}
224+
# ghaf.reference.services.globalprotect = {
225+
# enable = true;
226+
# csdWrapper = "${pkgs.openconnect}/libexec/openconnect/hipreport.sh";
227+
# };
228+
# }
229+
# ];
230+
# }
231231
];
232232
extraModules = [
233233
{

0 commit comments

Comments
 (0)