NixOS-Config/modules/system/services/school/default.nix
2024-10-09 03:36:08 -04:00

5 lines
53 B
Nix

{ ... }:
{
services.globalprotect.enable = true;
}