refactor(hosts/orion): remove globalprotect vpn
All checks were successful
Check Formatting of Files / Check-Formatting (push) Successful in 1m7s

This commit is contained in:
Price Hiller 2024-09-26 12:20:07 -05:00
parent d9a32666e6
commit a20a554d00
Signed by: Price
GPG Key ID: C3FADDE7A8534BEB

View File

@ -1,5 +0,0 @@
{ pkgs, ... }:
{
services.globalprotect.enable = true;
environment.systemPackages = with pkgs; [ globalprotect-openconnect ];
}