MyNixOS website logo

Locally defined maps of hostnames to IP addresses.

Declarations
Type
attribute set of list of string
Example
{
  "127.0.0.1" = [ "foo.bar.baz" ];
  "192.168.0.2" = [ "fileserver.local" "nameserver.local" ];
};