Skip to content

Commit

Permalink
enable global protect service (vpn)
Browse files Browse the repository at this point in the history
  • Loading branch information
gvolpe committed Sep 8, 2023
1 parent 3b488c9 commit 673da81
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions system/configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ in
# List packages installed in system profile. To search, run:
# $ nix search wget
environment.systemPackages = with pkgs; [
globalprotect-openconnect
firejail
vim
wget
Expand Down Expand Up @@ -140,6 +141,8 @@ in
drivers = [ pkgs.epson-escpr ];
};

globalprotect.enable = true;

# Remote desktop protocol
xrdp = {
enable = true;
Expand Down

0 comments on commit 673da81

Please sign in to comment.