add openconnect
This commit is contained in:
parent
a0b9e7ffe2
commit
bf3fa91538
10 changed files with 18 additions and 5 deletions
5
hosts/common/services/openconnect.nix
Normal file
5
hosts/common/services/openconnect.nix
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
networking.networkmanager.enable = true;
|
||||
networking.networkmanager.plugins = [ pkgs.networkmanager-openconnect ];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue