From 65f5cc382caa958ed87c213e937886d68fa1eabe Mon Sep 17 00:00:00 2001 From: Deepak Mallubhotla Date: Thu, 9 Mar 2023 16:45:11 -0600 Subject: [PATCH] feat: adds openconnect --- hosts/maxos/configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/maxos/configuration.nix b/hosts/maxos/configuration.nix index 883ac6d..903dcc6 100644 --- a/hosts/maxos/configuration.nix +++ b/hosts/maxos/configuration.nix @@ -103,6 +103,7 @@ in pinentry-curses gnupg tailscale + openconnect ]; programs.zsh.enable = true;