MyNixOS website logo
option

services.openafsClient.cellServDB

This cell's database server records, added to the global CellServDB. See CellServDB(5) man page for syntax. Ignored when afsdb is set to true.

Declarations
Type
(attribute set of list of (submodule)) or (list of anything) convertible to it
Default
{ }
Example
{
  "dns.fqdn.org" = [
    {
      dnsname = "first.afsdb.server.dns.fqdn.org";
      ip = "1.2.3.4";
    }
    {
      dnsname = "second.afsdb.server.dns.fqdn.org";
      ip = "2.3.4.5";
    }
  ];
}