Skip to content

Commit

Permalink
add NixOS module for RL VPN support
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-martin committed Jan 25, 2024
1 parent 6adfa80 commit b80e81a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions main/nixos-modules.nix
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,11 @@

virtualisation.docker.package = pkgs.docker;
};

renaissance-vpn =
{ pkgs, ... }:
{
services.globalprotect.enable = true;
environment.systemPackages = [ pkgs.globalprotect-openconnect ];
};
}

0 comments on commit b80e81a

Please sign in to comment.