MyNixOS website logo

Define your TSIG keys here.

Declarations
Type
attribute set of (submodule)
Default
{ }
Example
{ "tsig.example.org" = {
    algorithm = "hmac-md5";
    keyFile = "/path/to/my/key";
  };
}