services.nsd.keys
Define your TSIG keys here.
- Type
attribute set of (submodule)- Default
{ }- Example
{ "tsig.example.org" = { algorithm = "hmac-md5"; keyFile = "/path/to/my/key"; }; }- Declared
- <nixpkgs/nixos/modules/services/networking/nsd.nix>
Define your TSIG keys here.
attribute set of (submodule){ }{ "tsig.example.org" = {
algorithm = "hmac-md5";
keyFile = "/path/to/my/key";
};
}