about summary refs log tree commit diff
diff options
context:
space:
mode:
authordevhell <devhell@mailfresser.de>2022-10-21 17:12:21 +0100
committerdevhell <devhell@mailfresser.de>2022-10-21 17:18:13 +0100
commit5c2c15d295f0ee9f46f0173a9aa57112ea41498d (patch)
tree89e2f39b8ed3df31fa6030d65c79f21da84b326b
parentf4865f650ad8015dbf6cd0705f35ff23d1dc8a9d (diff)
profiles/services: Add globalprotect VPN client
For work...
-rw-r--r--modules/user/devhell/profiles/services.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/modules/user/devhell/profiles/services.nix b/modules/user/devhell/profiles/services.nix
index 1aa9640b..3d3a2d1e 100644
--- a/modules/user/devhell/profiles/services.nix
+++ b/modules/user/devhell/profiles/services.nix
@@ -43,6 +43,11 @@ in {
         submitData = true;
       };
 
+      globalprotect = {
+        enable = true;
+        csdWrapper = "${pkgs.openconnect}/libexec/openconnect/hipreport.sh";
+      };
+
       picom = {
         enable = true;
         vSync = true;