MyNixOS website logo
option

services.hans.clients

Each attribute of this option defines a systemd service that runs hans. Many or none may be defined. The name of each service is hans-«name» where «name» is the name of the corresponding attribute name.

Declarations
Type
attribute set of (submodule)
Default
{ }
Example
{
  foo = {
    server = "192.0.2.1";
    extraConfig = "-v";
  }
}