dots/hosts/orion/modules/services/globalprotect.nix

6 lines
137 B
Nix
Raw Normal View History

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