MyNixOS website logo

Files that should be concatenated together to form /etc/hosts.

Declarations
Type
list of path
Default
{
  _type = "literalMD";
  text = "Hosts from {option}`networking.hosts` and {option}`networking.extraHosts`";
}
Example
[ "${pkgs.my-blocklist-package}/share/my-blocklist/hosts" ]