From d6d1bec5916a94aa5e055a047281eb5514b295ec Mon Sep 17 00:00:00 2001 From: jolheiser Date: Wed, 5 Jul 2023 09:46:10 -0500 Subject: [PATCH] fix: globalprotect for work Signed-off-by: jolheiser --- machines/chai/default.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/machines/chai/default.nix b/machines/chai/default.nix index 47f84bb..7bbb7e3 100644 --- a/machines/chai/default.nix +++ b/machines/chai/default.nix @@ -44,12 +44,13 @@ in { }; environment.systemPackages = with pkgs; [ - xorg.xauth - teams + globalprotect-openconnect jetbrains.pycharm-professional jetbrains.idea-ultimate jetbrains.datagrip subversion + teams + xorg.xauth ]; system.stateVersion = "22.11";