diff options
| author | Jakub Stachurski <jakub@wilkuu.xyz> | 2026-06-15 22:40:04 +0200 |
|---|---|---|
| committer | Jakub Stachurski <jakub@wilkuu.xyz> | 2026-06-15 22:40:04 +0200 |
| commit | eae28c6675cb0d85c741404614200ba6da8193dc (patch) | |
| tree | 5996b181630d02d6873d5149ff7876792e244324 | |
| parent | 1a33104616d51b57733b811e77916a5296868def (diff) | |
vpn: add openfortivpn
| -rw-r--r-- | modules/vpn.nix | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/vpn.nix b/modules/vpn.nix index 1ff0877..d88ddca 100644 --- a/modules/vpn.nix +++ b/modules/vpn.nix @@ -26,6 +26,9 @@ in pkgs.networkmanager-fortisslvpn pkgs.networkmanager-openconnect ]; + environment.systemPackages = with pkgs; [ + openfortivpn openfortivpn-webview + ]; }) (lib.mkIf desktop.enable ( lib.mkMerge [ |
