{ config, lib, pkgs, ... }: { networking.hosts = { "10.0.0.2" = [ "these" ]; "10.0.0.4" = [ "more" ]; }; }