networking.hosts

Locally defined maps of hostnames to IP addresses.

Type
attribute set of list of string
Example
{
  "127.0.0.1" = [ "foo.bar.baz" ];
  "192.168.0.2" = [ "fileserver.local" "nameserver.local" ];
};
Declared
<nixpkgs/nixos/modules/config/networking.nix>