Add a missing service
This commit is contained in:
parent
78ee5c087f
commit
08bd1d412d
|
@ -36,6 +36,9 @@
|
|||
./services/udev.nix
|
||||
./services/sunshine.nix
|
||||
./services/mpd.nix
|
||||
|
||||
# School VPN
|
||||
./services/globalprotect.nix
|
||||
];
|
||||
|
||||
# Set hostname
|
||||
|
|
3
nixos/services/globalprotect.nix
Normal file
3
nixos/services/globalprotect.nix
Normal file
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
services.globalprotect.enable = true;
|
||||
}
|
Loading…
Reference in a new issue