MyNixOS website logo
option

networking.openconnect.interfaces

OpenConnect interfaces.

Declarations
Type
attribute set of (submodule)
Default
{ }
Example
{
  openconnect0 = {
    gateway = "gateway.example.com";
    passwordFile = "/var/lib/secrets/openconnect-passwd";
    protocol = "anyconnect";
    user = "example-user";
  };
}