Add a missing service

This commit is contained in:
Jimbo 2024-09-13 23:11:53 -04:00
parent 78ee5c087f
commit 08bd1d412d
2 changed files with 6 additions and 0 deletions

View file

@ -36,6 +36,9 @@
./services/udev.nix ./services/udev.nix
./services/sunshine.nix ./services/sunshine.nix
./services/mpd.nix ./services/mpd.nix
# School VPN
./services/globalprotect.nix
]; ];
# Set hostname # Set hostname

View file

@ -0,0 +1,3 @@
{
services.globalprotect.enable = true;
}