feat(nix/host/orion): enable globalprotect vpn
Some checks failed
Check Formatting of Files / Check-Formatting (push) Failing after 1m4s
Some checks failed
Check Formatting of Files / Check-Formatting (push) Failing after 1m4s
This commit is contained in:
parent
a45ee53e49
commit
bf3134c5cb
6
hosts/orion/modules/services/globalprotect.nix
Normal file
6
hosts/orion/modules/services/globalprotect.nix
Normal file
@ -0,0 +1,6 @@
|
||||
{ pkgs, ... }: {
|
||||
services.globalprotect.enable = true;
|
||||
environment.systemPackages = with pkgs; [
|
||||
globalprotect-openconnect
|
||||
];
|
||||
}
|
Loading…
Reference in New Issue
Block a user