File tree Expand file tree Collapse file tree 1 file changed +21
-21
lines changed
Expand file tree Collapse file tree 1 file changed +21
-21
lines changed Original file line number Diff line number Diff line change 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 {
You can’t perform that action at this time.
0 commit comments