networking.openconnect.interfaces

OpenConnect interfaces.

Type
attribute set of (submodule)
Default
{ }
Example
{
  openconnect0 = {
    gateway = "gateway.example.com";
    passwordFile = "/var/lib/secrets/openconnect-passwd";
    protocol = "anyconnect";
    user = "example-user";
  };
}
Declared
<nixpkgs/nixos/modules/services/networking/openconnect.nix>