MyNixOS website logo
option

services.openafsServer.cellServDB

Definition of all cell-local database server machines. If a single list is provided, it will be used as the servers for cellName.

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